Interface TextEditorViewColumnChangeEvent

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

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

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.