Interface RegisterActionDispatchedCallbackArgs<TState, TAction>

Type Parameters

  • TState extends Object

  • TAction extends Action

Hierarchy

  • RegisterActionDispatchedCallbackArgs

Properties

action: Pick<TAction, "name">
callback: ((args) => void)

Type declaration

containerId: string

The id of the container to/in which the action should be dispatched. If the container is not registered, the function will throw an error.

listenerId: string

Generated using TypeDoc