View Source GenLSP.Structures.SemanticTokensEdit (gen_lsp v0.10.0)
@since 3.16.0
Link to this section Summary
Functions
Fields
- start: The start offset of the edit.
- delete_count: The count of elements to remove.
- data: The elements to insert.
Link to this section Types
@type t() :: %GenLSP.Structures.SemanticTokensEdit{ data: [GenLSP.BaseTypes.uinteger()] | nil, delete_count: GenLSP.BaseTypes.uinteger(), start: GenLSP.BaseTypes.uinteger() }
Link to this section Functions
fields
Fields
- start: The start offset of the edit.
- delete_count: The count of elements to remove.
- data: The elements to insert.