ixfx
Preparing search index...
Collections
Trees
TraversableTree
Type Alias TraversableTree<TValue>
TraversableTree
:
{
children
()
:
IterableIterator
<
TraversableTree
<
TValue
>
>
;
getIdentity
()
:
any
;
getParent
()
:
undefined
|
TraversableTree
<
TValue
>
;
getValue
()
:
TValue
;
}
Traversable Tree
Type Parameters
TValue
Type declaration
children
:
function
children
()
:
IterableIterator
<
TraversableTree
<
TValue
>
>
Direct children of node
Returns
IterableIterator
<
TraversableTree
<
TValue
>
>
getIdentity
:
function
getIdentity
()
:
any
Returns
any
getParent
:
function
getParent
()
:
undefined
|
TraversableTree
<
TValue
>
Returns
undefined
|
TraversableTree
<
TValue
>
getValue
:
function
getValue
()
:
TValue
Returns
TValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Traversable Tree