Const
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>}})
og.smi.store
og.smi.store.dispatch({type: '<action>', payload:{<payload info>}})
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 exampleog.smi.store.dispatch({type: '<action>', payload:{<payload info>}})