Getters
The following getters allow developers to access page-level metadata for a given page. For more information on how to use these functions, see the API usage page.
pageStore
pageStore.getRequestCache()
Gets the contents of the request cache for a given page
Kind: static method of pageStore
pageStore.getPageDefinition()
Gets the page definition for a given page
Kind: static method of pageStore
pageStore.getFilters()
Gets the filter definitions for a given page
Kind: static method of pageStore
pageStore.getFilterKeys()
Gets the filter keys for a given page
Kind: static method of pageStore
pageStore.getCharts()
Gets the chart definitions for a given page
Kind: static method of pageStore
pageStore.getChartKeys()
Gets the chart keys for a given page
Kind: static method of pageStore
pageStore.getDataLoading()
Gets the data loading boolean (toggled by loadData) for a given page
Kind: static method of pageStore