SemanticTokensLegend

A semantic tokens legend contains the needed information to decipher the integer encoded representation of semantic tokens.

Online Documentation

Constructors

Link copied to clipboard
constructor(tokenTypes: ReadonlyArray<JsString>, tokenModifiers: ReadonlyArray<JsString> = definedExternally)

Creates a semantic tokens legend.

Properties

Link copied to clipboard

The possible token modifiers.

Link copied to clipboard

The possible token types.