Function walkNavTree

  • Walk each node in the tree with a depth-first traversal. Walking stops if the callback returns true.

    Parameters

    Returns boolean