Class StoreWatcher<State>
Constructors
constructor
-
Parameters
-
-
store: Store<State> | StrictStore<State, any, any, any>
Properties
Protected store
store
: Store<State> | StrictStore<State, any, any, any>
Methods
onStoreState
- onStoreState<T>(watching: Array<T> | T, listener: function): void
-
Type parameters
Parameters
-
watching: Array<T> | T
-
listener: function
Returns void