Wijmo UI for the Web
hasChildren Field
wijmo.tree Namespace > WijTreeNodeOptions Interface : hasChildren Field

The hasChildren option determines whether the specified node has child nodes. It's always used when you're custom adding child nodes, such as in an async load.

Syntax
var instance; // Type: wijmo.tree.WijTreeNodeOptions;
var value; // Type: boolean
value = instance.hasChildren;
var hasChildren : boolean;
See Also

Reference

WijTreeNodeOptions Interface