SemanticTokensEdit

class SemanticTokensEdit
Members defined in SemanticTokensEdit (4 members)

data

R

The elements to insert.

delete_count

RW

The count of elements to remove.

start

RW

The start offset of the edit.

__init__

Attributes

property data: syside.ContainerView[int] | None

The elements to insert.

property delete_count: int

The count of elements to remove.

property start: int

The start offset of the edit.

Methods

__init__(start: int, delete_count: int, data: Sequence[int] | None = None) None
Used in