Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SemanticTokensEdits

Represents edits to semantic tokens.

see

provideDocumentSemanticTokensEdits for an explanation of the format.

Hierarchy

  • SemanticTokensEdits

索引

Constructors

Properties

Constructors

constructor

Properties

Optional Readonly resultId

resultId: string

The result id of the tokens.

This is the id that will be passed to DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits (if implemented).

Readonly edits

The edits to the tokens data. All edits refer to the initial data state.

Generated by TypeDoc