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

    Represents an event describing the change in a text editor's visible ranges.

    interface TextEditorVisibleRangesChangeEvent {
        textEditor: TextEditor;
        visibleRanges: readonly Range[];
    }
    Index

    Properties

    textEditor: TextEditor

    The text editor for which the visible ranges have changed.

    visibleRanges: readonly Range[]

    The new value for the text editor's visible ranges.