API Reference > ui-framework > State > ActionWithPayload ActionWithPayload<T extends string, P> Interface A Redux Action, with additional "payload" information. Technically, Redux allows actions to take any shape, provided they specify a type property. However, in order to simplify TypeScript typings, we follow this Flux Standard Actions-like convention, where all additional action information goes into a payload property. Extends Action<T> Properties Name Type Description payload P Inherited properties Name Type Inherited from Description type T Action<T> Defined in ui/framework/src/ui-framework/redux/redux-ts.ts Line 62 Last Updated: 11 June, 2024