SemanticTokensEdit

Represents an edit to semantic tokens.

See also

provideDocumentSemanticTokensEdits

Constructors

Link copied to clipboard
constructor(start: Int, deleteCount: Int, data: Uint32Array<*> = definedExternally)

Create a semantic token edit.

Properties

Link copied to clipboard
val data: Uint32Array<*>?

The elements to insert.

Link copied to clipboard

The count of elements to remove.

Link copied to clipboard
val start: Int

The start offset of the edit.