findByValue(value)

Class: Tree.

Description:

Finds items whose value property matches the argument. Returns an array of found items.

Parameters:

Name Type Description

value

string | number

Value of item's value property to match when finding items.

Returns:

Returns an array of found items.

Type: Array.<object>