Variable storeConst

store: Store = _store

Exposes the global redux store as a property and making it available under og.smi.store. You can dispatch actions from the store directly, for example og.smi.store.dispatch({type: '<action>', payload:{<payload info>}})