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

    Represents an event describing the change in a notebook editor's selections.

    interface NotebookEditorSelectionChangeEvent {
        notebookEditor: NotebookEditor;
        selections: readonly NotebookRange[];
    }
    Index

    Properties

    notebookEditor: NotebookEditor

    The notebook editor for which the selections have changed.

    selections: readonly NotebookRange[]

    The new value for the notebook editor's selections.