ixfx
Preparing search index...
@ixfx/collections
SimplifiedNode
Type Alias SimplifiedNode<TValue>
type
SimplifiedNode
<
TValue
>
=
{
childrenStore
:
readonly
SimplifiedNode
<
TValue
>
[]
;
value
:
TValue
|
undefined
;
}
Type Parameters
TValue
Index
Properties
children
Store
value
Properties
children
Store
childrenStore
:
readonly
SimplifiedNode
<
TValue
>
[]
Children nodes of this one
value
value
:
TValue
|
undefined
Value of node, or
undefined
if it has no value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
Store
value
ixfx
Loading...
Children nodes of this one