Extends
Methods
(async, protected, static) _refreshWidget() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async, static) addData(data) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- Promise.<void>
(async, static) clearData() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(static) getData(catalogueKeyopt, nullable) → {Object}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
catalogueKey |
Help4.widget.help.CatalogueKeys |
<optional> <nullable> |
null |
Returns:
- Type
- Object
(static) getTiles(output, catalogueKey)
Parameters:
Name | Type | Description |
---|---|---|
output |
Array.<Help4.widget.help.ProjectTile> | |
catalogueKey |
string |
(static) hasData(catalogueKeyopt, nullable) → {boolean}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
catalogueKey |
Help4.widget.help.CatalogueKeys |
<optional> <nullable> |
null |
Returns:
- Type
- boolean
(static) load(projectId, config, data) → {Help4.widget.help.Projects}
delivers a dummy project; real data is added in Help4.widget.help.Data.prototype.getHelpTiles
Parameters:
Name | Type | Description |
---|---|---|
projectId |
string | project ID |
config |
Help4.typedef.SystemConfiguration | the system configuration |
data |
Help4.widget.help.Data |
Returns:
(async, static) setData(data) → {Promise.<void>}
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- Promise.<void>