Preparing search index...
The search index is not available
ixfx
ixfx
Collections
Trees
FromObject
createSimplified
Function createSimplified
Returns a copy of
node
with its (and all its children's) parent information removed.
create
Simplified
<
T
>
(
node
,
options
?
)
:
SimplifiedNode
<
Readonly
<
{
ancestors
:
string
[]
;
name
:
string
;
value
:
any
;
}
>
>
Type Parameters
T
extends
object
Parameters
node
:
T
options
:
Partial
<
Collections
.
Trees
.
FromObject
.
CreateOptions
>
= {}
Returns
SimplifiedNode
<
Readonly
<
{
ancestors
:
string
[]
;
name
:
string
;
value
:
any
;
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns a copy of
node
with its (and all its children's) parent information removed.