Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
test
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
child
Deltas
?:
TreeDelta
<
K
,
T
>
[]
path
path
:
K
[]
type
type
:
DeltaKind
Optional
value
value
?:
Partial
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
child
Deltas
path
type
value
Theia TypeDoc
Loading...