# UndoRedoDetail

> _Since v0.1.1_

Event detail emitted when an undo or redo operation is performed *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `action` | <code><a href="/grid/plugins/undo-redo/types/undoredoaction/">UndoRedoAction</a></code> | The action that was undone or redone |
| `type` | <code>undo &#124; redo</code> | Whether this was an undo or redo operation |
