BasedOption
Extends:
src/base~Base → BasedOption
Implements options set and get logic
Method Summary
Public Methods | ||
public |
Returns option value by given option name |
|
public |
setOption(options: Object, name: String, defaultValue: *): BasedOption Sets value to options model for given option field name |
Public Methods
public getOption(name: String): * source
Returns option value by given option name
Params:
Name | Type | Attribute | Description |
name | String | of option |
Return:
* |
public setOption(options: Object, name: String, defaultValue: *): BasedOption source
Sets value to options model for given option field name