Liking cljdoc? Tell your friends :D

dots.vscode.text-document-change-event

An event describing a transactional {@link TextDocument document} change.

An event describing a transactional {@link TextDocument document} change.
raw docstring

content-changescljs

(content-changes text-document-change-event)

An array of content changes.

Returns: readonly TextDocumentContentChangeEvent[]

An array of content changes.

**Returns:** `readonly TextDocumentContentChangeEvent[]`
sourceraw docstring

documentcljs

(document text-document-change-event)

The affected document.

Returns: TextDocument

The affected document.

**Returns:** `TextDocument`
sourceraw docstring

reasoncljs

(reason text-document-change-event)

The reason why the document was changed. Is undefined if the reason is not known.

Returns: TextDocumentChangeReason | undefined

The reason why the document was changed.
Is `undefined` if the reason is not known.

**Returns:** `TextDocumentChangeReason | undefined`
sourceraw docstring

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

× close