JMap.getDataStore
Returns the JMap library redux data store, an instance of Redux (https://redux.js.org/).
// returns the JMap Cloud NG Core library Redux storeconst reduxStore = JMap.getDataStore()reduxStore.dispatch(...) Copy
// returns the JMap Cloud NG Core library Redux storeconst reduxStore = JMap.getDataStore()reduxStore.dispatch(...)
JMap.getDataStore
Returns the JMap library redux data store, an instance of Redux (https://redux.js.org/).