Skip to main content

declareStateUpdates

Callable

  • declareStateUpdates<State>(): <Updates>(updates: Updates) => Updates
  • declareStateUpdates<State, Updates>(stateExample: State, updates: Updates): Updates

  • Declare a record of factories for creating state mutations.


    Type parameters

    • State

    Returns <Updates>(updates: Updates) => Updates

      • <Updates>(updates: Updates): Updates