Arguments to initialize FocusSaveTracker.

interface IFocusSaveTrackerArgs {
    debug?: boolean;
    docManager: IDocumentManager;
    editorTracker: IEditorTracker;
    notebookTracker: INotebookTracker;
    shell: IShell;
}

Properties

debug?: boolean

Whether to use the debug printer or not.

docManager: IDocumentManager

Instance of IDocumentManager passed to the extension.

editorTracker: IEditorTracker

Instance of IEditorTracker passed to the extension.

notebookTracker: INotebookTracker

Instance of INotebookTracker passed to the extension.

shell: IShell

Instance of IShell (app.shell) passed to the extension.

Generated using TypeDoc