An event describing a transactional {@link TextDocument document} change.
An event describing a transactional {@link TextDocument document} change.
(content-changes text-document-change-event)
An array of content changes.
Returns: readonly TextDocumentContentChangeEvent[]
An array of content changes. **Returns:** `readonly TextDocumentContentChangeEvent[]`
(document text-document-change-event)
The affected document.
Returns: TextDocument
The affected document. **Returns:** `TextDocument`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close