Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SemanticTokensEdit

Represents an edit to semantic tokens.

see

provideDocumentSemanticTokensEdits for an explanation of the format.

Hierarchy

  • SemanticTokensEdit

索引

Constructors

Properties

Constructors

constructor

  • new SemanticTokensEdit(start: number, deleteCount: number, data?: Uint32Array): SemanticTokensEdit

Properties

Readonly start

start: number

The start offset of the edit.

Readonly deleteCount

deleteCount: number

The count of elements to remove.

Optional Readonly data

data: Uint32Array

The elements to insert.

Generated by TypeDoc