Type alias PayloadActionCreator<P, T, PA>

An action creator that produces actions with a payload attribute.

Type Parameters

  • P = void

    the payload type

  • T extends string = string

    the type of the resulting action

  • PA extends PrepareAction<P> | void = void

    if the resulting action is preprocessed by a prepare method, the signature of said method.

Generated using TypeDoc