Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContextOptions<T, A>

Base default context

Type parameters

Hierarchy

  • IContextOptions

Index

Properties

Properties

Optional initialState

initialState: T

The initial state of the Context.

reducer

reducer: Reducer<T, A>

The reducer for dispatching/updating Context.

Generated using TypeDoc