Methods
(async, static) createObj() → {Promise.<UniqueThemeInfo>}
创建一个新的UniqueThemeInfo对象
- Source:
Returns:
- Type
- Promise.<UniqueThemeInfo>
(async, static) getValue() → {String}
获取唯一值
- Source:
Returns:
值
- Type
- String
(async, static) setValue(value) → {Promise.<Void>}
Parameters:
| Name | Type | Description |
|---|---|---|
value |
String | 值 |
- Source:
Returns:
- Type
- Promise.<Void>