# UndoRedoAction

> _Since v1.23.0_

A single edit or a compound group of edits on the undo/redo stack *

```ts
type UndoRedoAction = EditAction | CompoundEditAction
```
