Represents an edit to semantic tokens. @link DocumentSemanticTokensProvider.provideDocumentSemanticTokensEdits provideDocumentSemanticTokensEdits} for an explanation of the format.

See also:

  • {

Constructor

new(start:Int, deleteCount:Int, ?data:Uint32Array)

Variables

read onlydata:Null<Uint32Array>

The elements to insert.

read onlydeleteCount:Int

The count of elements to remove.

read onlystart:Int

The start offset of the edit.