Represents an edit to semantic tokens.
Represents an edit to semantic tokens.
(data semantic-tokens-edit)
The elements to insert.
Returns: Uint32Array | undefined
The elements to insert. **Returns:** `Uint32Array | undefined`
(delete-count semantic-tokens-edit)
The count of elements to remove.
Returns: number
The count of elements to remove. **Returns:** `number`
(start semantic-tokens-edit)
The start offset of the edit.
Returns: number
The start offset of the edit. **Returns:** `number`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close