• JMap.getDataStore

    Returns the JMap library redux data store, an instance of Redux (https://redux.js.org/).

    Returns any | undefined

    Example

    // returns the JMap Cloud NG Core library Redux store
    const reduxStore = JMap.getDataStore()
    reduxStore.dispatch(...)