Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/semantic-tokens-dto
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
}
[]
id
id
:
number
type
type
:
"delta"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deltas
id
type
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...