getStore()
Obtains the Redux Store. The current data representation of the Redux store determines the rendering of the UI.
Returns
The Redux Store as an object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the list of functions in the Redux Store.
const store = pCore.getStore();
Previous topic getStakeholderUtils() Next topic getStoreValue(propReference, pageReference, context)