Preparing search index...
The search index is not available
mobx-keystone
mobx-keystone
ReduxStore
Interface ReduxStore<T>
A redux store for mobx-keystone.
interface
ReduxStore
<
T
>
{
dispatch
(
action
:
ReduxAction
)
:
ReduxAction
;
getState
(
)
:
SnapshotOutOf
<
T
>
;
subscribe
(
listener
:
OnSnapshotListener
<
T
>
)
:
OnSnapshotDisposer
;
}
Type Parameters
T
Index
Methods
dispatch
get
State
subscribe
Methods
dispatch
dispatch
(
action
)
:
ReduxAction
Parameters
action
:
ReduxAction
Returns
ReduxAction
get
State
get
State
(
)
:
SnapshotOutOf
<
T
>
Returns
SnapshotOutOf
<
T
>
subscribe
subscribe
(
listener
)
:
OnSnapshotDisposer
Parameters
listener
:
OnSnapshotListener
<
T
>
Returns
OnSnapshotDisposer
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
dispatch
get
State
subscribe
mobx-keystone
Loading...
A redux store for mobx-keystone.