UndoEntry
Home > @gooddata/sdk-ui-dashboard > UndoEntry
UndoEntry interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
An entry on undo stack contains patches required
Signature:
export interface UndoEntry<T extends IDashboardCommand = IDashboardCommand>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
cmd | T | (ALPHA) Dashboard command that has initiated the state changes. | |
redoPatches | Patch[] | (ALPHA) Patches to apply in order to redo the undone changes. | |
undoPatches | Patch[] | (ALPHA) Patches to apply in order to undo the changes. |