Const editorSyntaxStatus
editorSyntaxStatus: object
autoStart
autoStart: true = true
id
id: string = "@jupyterlab/codemirror-extension:editor-syntax-status"
requires
requires: Token<IStatusBar>[] = [IStatusBar, IEditorTracker, ILabShell]
activate
- activate(app: JupyterFrontEnd, statusBar: IStatusBar, tracker: IEditorTracker, labShell: ILabShell): void
-
Parameters
-
app: JupyterFrontEnd
-
statusBar: IStatusBar
-
tracker: IEditorTracker
-
labShell: ILabShell
Returns void
The JupyterLab plugin for the EditorSyntax status item.