Defined in: internals/redux-devtools-extension.ts:31
An action dispatched to the Redux DevTools Extension.
Properties#
| Property | Type | Description | Defined in |
|---|
payload? | unknown | Structured description of the change, shown in the extension's action inspector. | internals/redux-devtools-extension.ts:40 |
type | string | Action type shown in the extension's action list. | internals/redux-devtools-extension.ts:35 |