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

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

    interface NotebookEditorVisibleRangesChangeEvent {
        notebookEditor: NotebookEditor;
        visibleRanges: readonly NotebookRange[];
    }
    Index

    Properties

    notebookEditor: NotebookEditor

    The notebook editor for which the visible ranges have changed.

    visibleRanges: readonly NotebookRange[]

    The new value for the notebook editor's visibleRanges.