Amazon Vinyl
Preparing search index...
@amazon/vinyl-tsx
walkDomDepthFirst
Function walkDomDepthFirst
walkDomDepthFirst
(
node
:
Node
|
null
|
undefined
,
callback
:
(
node
:
Node
)
=>
void
,
)
:
void
Recursively walks a node hierarchy, invoking a callback for every node, depth first.
Parameters
node
:
Node
|
null
|
undefined
callback
:
(
node
:
Node
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Amazon Vinyl
Loading...
Recursively walks a node hierarchy, invoking a callback for every node, depth first.