Extends
Methods
(static) addData()
- Source:
Throws:
Error
(async, static) clearData() → {Promise.<void>}
clears all data, not just for current screen
- Source:
Returns:
- Type
- Promise.<void>
(static) getData() → (nullable) {Help4.widget.help.ProjectTile}
- Source:
Returns:
(static) getTiles(output, catalogueKey)
Parameters:
Name | Type | Description |
---|---|---|
output |
Array.<Help4.widget.help.ProjectTile> | |
catalogueKey |
string |
- Source:
(static) hasData() → {boolean}
- Source:
Returns:
- Type
- boolean
(async, static) setData(url, size) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
url |
string | |
size |
Help4.control2.SizeWH |
- Source:
Returns:
- Type
- Promise.<void>