Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoreOptions<S, A>

Options for creating base store.

Type parameters

Hierarchy

  • IStoreOptions

Index

Properties

initialState?: S

The initial state of the store.

reducer?: Reducer<S, A>

The reducer used for dispatching store state.

Generated using TypeDoc