Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoreOptions<S, A>

Options for creating base store.

Type parameters

Hierarchy

  • IStoreOptions

Index

Properties

Properties

Optional initialState

initialState: S

The initial state of the store.

Optional reducer

reducer: Reducer<S, A>

The reducer used for dispatching store state.

Generated using TypeDoc