SemanticTokens

Represents semantic tokens, either in a range or in an entire document.

See also

provideDocumentSemanticTokens

for a helper to create an instance.

Online Documentation

Constructors

Link copied to clipboard
constructor(data: Uint32Array<*>, resultId: String = definedExternally)

Create new semantic tokens.

Properties

Link copied to clipboard

The actual tokens data.

Link copied to clipboard

The result id of the tokens.