API Reference > ui-framework > Utilities > ReducerActions ReducerActions<R> Type alias A TypeScript type alias that represents a union of all action types handled by a Redux Reducer. If you have created a type-safe reducer function using combineReducers, you can use this to infer your actions union type instead of having to define it manually. ReducerActions = undefined Defined in ui/framework/src/ui-framework/utils/redux-ts.ts Line 173 Last Updated: 13 June, 2024