reduxReducer property
Reducer<S>
get
reduxReducer
A traditional Redux reducer function that should return a new instance of the corresponding state class.
This is used in influxReducer to update the state field before triggering an update.
Implementation
redux.Reducer<S> get reduxReducer;