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
.
The {@link TextEditorSelectionChangeKind change kind} which has triggered this event. Can be `undefined`.
(selections text-editor-selection-change-event)
The new value for the {@link TextEditor.selections text editor's selections}.
The new value for the {@link TextEditor.selections text editor's selections}.
(text-editor text-editor-selection-change-event)
The {@link TextEditor text editor} for which the selections have changed.
The {@link TextEditor text editor} for which the selections have changed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close