Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.text-editor-view-column-change-event

Represents an event describing the change of a {@link TextEditor.viewColumn text editor's view column}.

Represents an event describing the change of a {@link TextEditor.viewColumn text editor's view column}.
raw docstring

text-editorcljs

(text-editor text-editor-view-column-change-event)

The {@link TextEditor text editor} for which the view column has changed.

Returns: TextEditor

The {@link TextEditor text editor} for which the view column has changed.

**Returns:** `TextEditor`
sourceraw docstring

view-columncljs

(view-column text-editor-view-column-change-event)

The new value for the {@link TextEditor.viewColumn text editor's view column}.

Returns: ViewColumn

The new value for the {@link TextEditor.viewColumn text editor's view column}.

**Returns:** `ViewColumn`
sourceraw docstring

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

× close