RasterList.getItemByValue( value )
Returns the list item having a value attributte matching the given argument.Parameters
Name | Type | Description | |
---|---|---|---|
value | any | A value matching the value attribute of a ListItem. |
Returns
Type | Description |
---|---|
object |
The list item having a value attributte matching the given argument.
Returns if no list item having a value attributte matching the
given argument is found. |