TextEditorSelectionChangeEvent$Typings extension

on

Properties

kind TextEditorSelectionChangeKind?
The {@link TextEditorSelectionChangeKindchange kind} which has triggered this event. Can be undefined.
no setter
selections List<Selection>
The new value for the {@link TextEditor.selectionstext editor's selections}.
no setter
textEditor TextEditor
The {@link TextEditortext editor} for which the selections have changed.
no setter