Theia API Documentation v1.65.0
    Preparing search index...
    Index

    Constructors

    Properties

    applicationShell: ApplicationShell
    contextKeyService: ContextKeyService
    currentEditor?: NotebookEditorWidget = undefined
    focusedEditor?: NotebookEditorWidget = undefined
    notebookEditors: Map<string, NotebookEditorWidget> = ...
    onDidAddNotebookEditor: Event<NotebookEditorWidget> = ...
    onDidChangeCurrentEditor: Event<undefined | NotebookEditorWidget> = ...
    onDidChangeCurrentEditorEmitter: Emitter<undefined | NotebookEditorWidget> = ...
    onDidChangeFocusedEditor: Event<undefined | NotebookEditorWidget> = ...
    onDidChangeFocusedEditorEmitter: Emitter<undefined | NotebookEditorWidget> = ...
    onDidRemoveNotebookEditor: Event<NotebookEditorWidget> = ...
    onNotebookEditorAddEmitter: Emitter<NotebookEditorWidget> = ...
    onNotebookEditorRemoveEmitter: Emitter<NotebookEditorWidget> = ...

    Methods