Wijmo UI for the Web
select Method
wijmo.tree Namespace > wijtreenode type : select Method
select or unselect the node.
Selects or unselects the node.
Syntax
var instance = new wijmo.tree.wijtreenode();
var returnValue; // Type: any

// Parameters
var value; // Type:  bool

returnValue = instance.select(value);
function select( 
   value : bool
) : any;

Parameters

value
select or unselect the node.
See Also

Reference

wijtreenode type