Liking cljdoc? Tell your friends :D
ClojureScript only.

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

Represents an event describing the change in a {@link TextEditor.options text editor's options}.

Represents an event describing the change in a {@link TextEditor.options text editor's options}.
raw docstring

optionscljs

(options text-editor-options-change-event)

The new value for the {@link TextEditor.options text editor's options}.

Returns: TextEditorOptions

The new value for the {@link TextEditor.options text editor's options}.

**Returns:** `TextEditorOptions`
sourceraw docstring

text-editorcljs

(text-editor text-editor-options-change-event)

The {@link TextEditor text editor} for which the options have changed.

Returns: TextEditor

The {@link TextEditor text editor} for which the options have changed.

**Returns:** `TextEditor`
sourceraw docstring

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

× close