Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientReducer<ReducerState, ClientActions>

Type parameters

  • ReducerState

  • ClientActions

Hierarchy

  • ClientReducer

Index

Properties

initialState

initialState: ReducerState

Initial state for Redux store slice; will replace built-in Tesler initial state for matching slice

Optional override

override: boolean

If true than custom reducer will replace built-in Tesler reducer for this store slice

deprecated

TODO: This functionality is conceptionally flawed and will be removed in 2.0.0

reducer

reducer: CoreReducer<ReducerState, ClientActions, Store>

Reducer function for specific store slice

Generated using TypeDoc