syside.ide.lsp.SemanticTokensEdit

class SemanticTokensEdit(start: int, delete_count: int, data: Sequence[int] | None = None)

Initialization

property start: int

The start offset of the edit.

property delete_count: int

The count of elements to remove.

property data: syside.ContainerView[int] | None

The elements to insert.