Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents an edit to semantic tokens.

see

provideDocumentSemanticTokensEdits for an explanation of the format.

层级

  • SemanticTokensEdit

索引

Constructors(1)

Properties(3)

Constructors(1)

constructor

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

Properties(3)

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹