Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.text-editor-selection-change-event

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}.
raw docstring

kindcljs

(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`.
sourceraw docstring

selectionscljs

(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}.
sourceraw docstring

text-editorcljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close