Constructor
new API()
- Source:
Extends
Methods
(async, static) addData(data) → {Promise.<void>}
Parameters:
- Source:
Returns:
-
Type
-
Promise.<void>
(async, static) clearData(doRefreshopt) → {Promise.<void>}
Parameters:
Name |
Type |
Attributes |
Default |
Description |
doRefresh |
boolean
|
<optional>
|
true
|
|
- Source:
Returns:
-
Type
-
Promise.<void>
- Source:
Returns:
-
Type
-
Array.<Help4.widget.help.ProjectTile>
(static) getTiles(output, catalogueKey)
Parameters:
- Source:
(static) hasData() → {boolean}
- Source:
Returns:
-
Type
-
boolean
(async, static) setData(data) → {Promise.<void>}
Parameters:
Name |
Type |
Description |
data |
Array.<*>
|
|
- Source:
Returns:
-
Type
-
Promise.<void>