An action creator that takes multiple arguments that are passed to a PrepareAction method to create the final Action.
PrepareAction
arguments for the action creator function
payload type
payload
type name
type
optional error type
error
optional meta type
meta
Calling this redux#ActionCreator with Args will return an Action with a payload of type P and (depending on the PrepareAction method used) a meta- and error property of types M and E respectively.
Args
P
M
E
An action creator that takes multiple arguments that are passed to a
PrepareActionmethod to create the final Action.Inherit Doc