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.

An array of content changes.
sourceraw docstring

documentcljs

(document text-document-change-event)

The affected document.

The affected document.
sourceraw docstring

reasoncljs

(reason text-document-change-event)

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

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

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

× close