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
PrepareAction
meta
error
M
E
Calling this redux#ActionCreator with
Args
will return an Action with a payload of typeP
and (depending on thePrepareAction
method used) ameta
- anderror
property of typesM
andE
respectively.