UndoEnhancedState
Home > @gooddata/sdk-ui-dashboard > UndoEnhancedState
UndoEnhancedState 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.
Slice that can be undo-enabled needs to include the undo section which will contain the essential undo metadata.
Signature:
export interface UndoEnhancedState<T extends IDashboardCommand = IDashboardCommand>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
_undo | { undoPointer: number; undoStack: UndoEntry<T>[]; } | (ALPHA) |