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

    Represents an event describing the change of a text editor's view column.

    interface TextEditorViewColumnChangeEvent {
        textEditor: TextEditor;
        viewColumn: ViewColumn;
    }
    Index

    Properties

    textEditor: TextEditor

    The text editor for which the view column has changed.

    viewColumn: ViewColumn

    The new value for the text editor's view column.