markmap
Preparing search index...
markmap-common
walkTree
Function walkTree
walkTree
<
T
extends
{
children
?:
T
[]
}
,
U
=
void
>
(
tree
:
T
,
callback
:
(
item
:
T
,
next
:
()
=>
undefined
|
U
[]
,
parent
?:
T
)
=>
U
,
)
:
U
Type Parameters
T
extends
{
children
?:
T
[]
}
U
=
void
Parameters
tree
:
T
callback
:
(
item
:
T
,
next
:
()
=>
undefined
|
U
[]
,
parent
?:
T
)
=>
U
Returns
U
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
markmap
Loading...