Constructor
new OverviewData(configuration, dataKeyList)
Create an data overview.
Parameters:
Name | Type | Description |
---|---|---|
configuration |
Object | Object from the GalleryConfigLoader. |
dataKeyList |
Array | Key names of data that should be loaded. |
- Source:
Methods
getData()
Get the data items.
- Source:
Returns:
Promise
getDataQuantity()
Get number of data items.
- Source:
Returns:
Promise
initDataService()
Data service initialization.
- Source:
Returns:
Promise