Represents semantic tokens, either in a range or in an entire document.
Represents semantic tokens, either in a range or in an entire document.
(data semantic-tokens)
The actual tokens data.
Returns: Uint32Array
The actual tokens data. **Returns:** `Uint32Array`
(result-id semantic-tokens)
The result id of the tokens.
This is the id that will be passed to DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits
(if implemented).
Returns: string | undefined
The result id of the tokens. This is the id that will be passed to `DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits` (if implemented). **Returns:** `string | undefined`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close