Wijmo UI for the Web
getNodes Method
wijmo.tree Namespace > wijtreenode type : getNodes Method
The getNodes method gets an array that contains the root nodes of the current tree node.
Syntax
var instance = new wijmo.tree.wijtreenode();
var value; // Type: any
value = instance.getNodes();
function getNodes() : any;
Example
$("#tree").wijtree("getNodes");
See Also

Reference

wijtreenode type