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

# pasteboard

Placement for commands that interact with the Clipboard and manipulate content that is currently selected in the app’s view hierarchy.

## Declaration

```swift
static let pasteboard: CommandGroupPlacement
```

## Discussion

Discussion By default, this group includes the following commands in macOS: Cut Copy Paste Paste and Match Style Delete Select All

## See Also

### Content updates

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