getAllNodes();
The getAllNodes method returns all nodes.
Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).
// Get all nodes Tree.getAllNodes(); // -> ["0", "1", "2", "4", "5", "6", "key3"]
After executing the example all tree nodes are obtained.
See also: