Methods
(async, static) createObj() → {Promise.<RangeThemeInfo>}
创建一个新的RangeThemeInfo对象
- Source:
Returns:
- Type
- Promise.<RangeThemeInfo>
(async, static) getEndValue() → {String}
获取结束值
- Source:
Returns:
- Type
- String
(async, static) getStartValue() → {String}
获取开始值
- Source:
Returns:
- Type
- String
(async, static) setEndValue(endValue) → {Promise.<Void>}
设置结束值
Parameters:
| Name | Type | Description |
|---|---|---|
endValue |
String | 结束值 |
- Source:
Returns:
- Type
- Promise.<Void>
(async, static) setStartValue(startValue) → {Promise.<Void>}
设置开始值
Parameters:
| Name | Type | Description |
|---|---|---|
startValue |
String | 开始值 |
- Source:
Returns:
- Type
- Promise.<Void>