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

The selected option selects the specified node when set to true, otherwise it unselects the node.

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

Reference

WijTreeNodeOptions Interface