ixfx
Preparing search index...
Collections
Trees
FromObject
depthFirst
Function depthFirst
depthFirst
<
T
extends
object
>
(
node
:
T
,
options
?:
Partial
<
Readonly
<
{
filter
:
"none"
|
"leaves"
|
"branches"
;
name
:
string
}
>
,
>
,
ancestors
?:
string
[]
,
)
:
IterableIterator
<
Readonly
<
{
ancestors
:
string
[]
;
name
:
string
;
nodeValue
:
any
;
sourceValue
:
any
}
,
>
,
>
Type Parameters
T
extends
object
Parameters
node
:
T
options
:
Partial
<
Readonly
<
{
filter
:
"none"
|
"leaves"
|
"branches"
;
name
:
string
}
>
>
= {}
ancestors
:
string
[]
= []
Returns
IterableIterator
<
Readonly
<
{
ancestors
:
string
[]
;
name
:
string
;
nodeValue
:
any
;
sourceValue
:
any
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...