---
title: undoRedo
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/commandgroupplacement/undoredo
---

# undoRedo

Placement for commands that control the Undo Manager.

## Declaration

```swift
static let undoRedo: CommandGroupPlacement
```

## Discussion

Discussion By default, this group includes the following commands in macOS: Undo Redo

## See Also

### Content updates

- [pasteboard](swiftui/commandgroupplacement/pasteboard.md)
- [textEditing](swiftui/commandgroupplacement/textediting.md)
- [textFormatting](swiftui/commandgroupplacement/textformatting.md)
