API reference · generated from source
Interface: IDevToolsChangeRecord#
Defined in: types.ts:79
One change record as attached to a Redux DevTools action payload.
Remarks#
A JSON-friendly projection of Retree's INodeFieldChanges: the key is
stringified (object Map keys become "[object-key]"), and previous/
new are the raw payload values from the record.