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
default
defaults
childPaths
children
clearParent
clearParents
closest
find
getContext
getParent
getPath
map
replace
setPath
updateParents
walk
Generated using
TypeDoc
Find a node and return it, or
null
if not found.