Represents an event describing the change in a {@link TextEditor.selections text editor's selections}.
Represents an event describing the change in a {@link TextEditor.selections text editor's selections}.
(kind text-editor-selection-change-event)
The {@link TextEditorSelectionChangeKind change kind} which has triggered this
event. Can be undefined
.
Returns: TextEditorSelectionChangeKind | undefined
The {@link TextEditorSelectionChangeKind change kind} which has triggered this event. Can be `undefined`. **Returns:** `TextEditorSelectionChangeKind | undefined`
(selections text-editor-selection-change-event)
The new value for the {@link TextEditor.selections text editor's selections}.
Returns: readonly Selection[]
The new value for the {@link TextEditor.selections text editor's selections}. **Returns:** `readonly Selection[]`
(text-editor text-editor-selection-change-event)
The {@link TextEditor text editor} for which the selections have changed.
Returns: TextEditor
The {@link TextEditor text editor} for which the selections have changed. **Returns:** `TextEditor`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close