ixfx
Preparing search index...
@ixfx/collections
Trees
FromObject
createSimplified
Function createSimplified
createSimplified
(
node
:
object
,
options
?:
Partial
<
Trees
.
FromObject
.
CreateOptions
>
,
)
:
SimplifiedNode
<
Readonly
<
{
_kind
:
"entry-static"
;
ancestors
:
string
[]
;
name
:
string
;
sourceValue
:
any
;
}
,
>
,
>
Returns a copy of
node
with its (and all its children's) parent information removed.
Parameters
node
:
object
options
:
Partial
<
Trees
.
FromObject
.
CreateOptions
>
= {}
Returns
SimplifiedNode
<
Readonly
<
{
_kind
:
"entry-static"
;
ancestors
:
string
[]
;
name
:
string
;
sourceValue
:
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.