Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/test
common/tree-delta
TreeDelta
Interface TreeDelta<K, T>
interface
TreeDelta
<
K
,
T
>
{
childDeltas
?:
TreeDelta
<
K
,
T
>
[]
;
path
:
K
[]
;
type
:
DeltaKind
;
value
?:
Partial
<
T
>
;
}
Type Parameters
K
T
Index
Properties
child
Deltas?
path
type
value?
Properties
Optional
child
Deltas
childDeltas
?:
TreeDelta
<
K
,
T
>
[]
path
path
:
K
[]
type
type
:
DeltaKind
Optional
value
value
?:
Partial
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
child
Deltas
path
type
value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...