An event describing an individual change in the text of a {@link TextDocument document}.
An event describing an individual change in the text of a {@link TextDocument document}.
(range text-document-content-change-event)
The range that got replaced.
Returns: Range
The range that got replaced. **Returns:** `Range`
(range-length text-document-content-change-event)
The length of the range that got replaced.
Returns: number
The length of the range that got replaced. **Returns:** `number`
(range-offset text-document-content-change-event)
The offset of the range that got replaced.
Returns: number
The offset of the range that got replaced. **Returns:** `number`
(text text-document-content-change-event)
The new text for the range.
Returns: string
The new text for the range. **Returns:** `string`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |