findByValue(value)
Class: Tree.
Description:
Finds items whose value property matches the argument. Returns an array of found items.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string | number |
Value of item's |
Returns:
Returns an array of found items. Each found item will have an index property fo convenience.
Type: Array.<ListItem>
