Type Parameters

  • A extends Action = AnyAction

    The type of the action being dispatched.

Hierarchy

  • NextMiddleware
  • Invokes the next middleware in the chain with an optional action.

    Returns

    • The state returned by the next middleware in the chain.

    Parameters

    • state: any

      The current state of the store.

    • Optional action: A

      The action to pass to the next middleware.

    Returns any

Generated using TypeDoc