ixfx
Preparing search index...
@ixfx/collections
Trees
FromObject
depthFirst
Function depthFirst
depthFirst
(
node
:
object
,
options
?:
Partial
<
ChildrenOptions
>
,
ancestors
?:
string
[]
,
)
:
IterableIterator
<
Readonly
<
{
_kind
:
"entry-ancestors"
;
ancestors
:
string
[]
;
leafValue
:
any
;
name
:
string
;
sourceValue
:
any
;
}
,
>
,
>
Parameters
node
:
object
options
:
Partial
<
ChildrenOptions
>
= {}
ancestors
:
string
[]
= []
Returns
IterableIterator
<
Readonly
<
{
_kind
:
"entry-ancestors"
;
ancestors
:
string
[]
;
leafValue
:
any
;
name
:
string
;
sourceValue
:
any
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...