ixfx
Preparing search index...
@ixfx/collections
Trees
FromObject
toStringDeep
Function toStringDeep
toStringDeep
(
node
:
TreeNode
<
|
Readonly
<
{
_kind
:
"entry"
;
leafValue
:
any
;
name
:
string
;
sourceValue
:
any
}
,
>
|
Readonly
<
{
_kind
:
"entry-static"
;
ancestors
:
string
[]
;
name
:
string
;
sourceValue
:
any
;
}
,
>
,
>
,
indent
?:
number
,
)
:
string
Returns a debug string representation of the node (recursive)
Parameters
node
:
TreeNode
<
|
Readonly
<
{
_kind
:
"entry"
;
leafValue
:
any
;
name
:
string
;
sourceValue
:
any
}
,
>
|
Readonly
<
{
_kind
:
"entry-static"
;
ancestors
:
string
[]
;
name
:
string
;
sourceValue
:
any
;
}
,
>
,
>
indent
:
number
= 0
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns a debug string representation of the node (recursive)