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