Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
IDeltaSemanticTokensDto
Interface IDeltaSemanticTokensDto
interface
IDeltaSemanticTokensDto
{
deltas
:
{
data
?:
Uint32Array
;
deleteCount
:
number
;
start
:
number
;
}
[]
;
id
:
number
;
type
:
"delta"
;
}
Index
Properties
deltas
id
type
Properties
deltas
deltas
:
{
data
?:
Uint32Array
;
deleteCount
:
number
;
start
:
number
;
}
[]
Type declaration
Optional
data
?:
Uint32Array
delete
Count
:
number
start
:
number
id
id
:
number
type
type
:
"delta"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
deltas
id
type
Theia TypeDoc
Loading...