Performs a depth-first traversal of the node hierarchy, applying the callback to each traversed node. If the callback returns false for a given node, the children of this node are not traversed.
false
Performs a depth-first traversal of the node hierarchy, applying the callback to each traversed node. If the callback returns
falsefor a given node, the children of this node are not traversed.