Preparing search index...
The search index is not available
treecle
treecle
find
Function find
find
(
node
,
callback
)
:
any
Find a node and return it, or
null
if not found.
Parameters
node
:
any
callback
:
(
(
arg0
)
=>
boolean
)
(
arg0
)
:
boolean
Parameters
arg0
:
any
Returns
boolean
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
treecle
children
parents
path
config
closest
find
map
walk
Generated using
TypeDoc
Find a node and return it, or
null
if not found.