Extends
Methods
(async, static) addData(data, isStructuralUpdateopt, isMoveUpdateopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
data |
Array.<Help4.widget.help.ProjectTile> | |||
isStructuralUpdate |
boolean |
<optional> |
true | added or removed tiles |
isMoveUpdate |
boolean |
<optional> |
false | hotspots have moved |
- Source:
Returns:
- Type
- Promise.<void>
(async, static) clearData(isStructuralUpdateopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
isStructuralUpdate |
boolean |
<optional> |
true | added or removed tiles |
- Source:
Returns:
- Type
- Promise.<void>
(static) consumeMoveStatus() → {boolean}
- Source:
Returns:
- Type
- boolean
(static) getData() → {Array.<Help4.widget.help.ProjectTile>}
- Source:
Returns:
- Type
- Array.<Help4.widget.help.ProjectTile>
(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(data, isStructuralUpdateopt, isMoveUpdateopt) → {Promise.<void>}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
data |
Array.<Help4.widget.help.ProjectTile> | |||
isStructuralUpdate |
boolean |
<optional> |
true | added or removed tiles |
isMoveUpdate |
boolean |
<optional> |
false | hotspots have moved |
- Source:
Returns:
- Type
- Promise.<void>