An action creator of type T that takes an optional payload of type P.
T
P
Calling this redux#ActionCreator with an argument will return a PayloadAction of type T with a payload of P. Calling it without an argument will return a PayloadAction with a payload of undefined.
undefined
Optional
An action creator of type
T
that takes an optional payload of typeP
.Inherit Doc