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

# saveItem

Placement for commands that save open documents and close windows.

## Declaration

```swift
static let saveItem: CommandGroupPlacement
```

## Discussion

Discussion By default, this group includes the following commands in macOS: Close Save Save As/Duplicate Revert to Saved

## See Also

### File manipulation

- [importExport](swiftui/commandgroupplacement/importexport.md)
- [newItem](swiftui/commandgroupplacement/newitem.md)
- [printItem](swiftui/commandgroupplacement/printitem.md)
