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

# windowArrangement

Placement for commands that arrange all of an app’s windows.

## Declaration

```swift
static let windowArrangement: CommandGroupPlacement
```

## Discussion

Discussion By default, this group includes the following command in macOS: Bring All to Front

## See Also

### Windows

- [singleWindowList](swiftui/commandgroupplacement/singlewindowlist.md)
- [windowList](swiftui/commandgroupplacement/windowlist.md)
- [windowSize](swiftui/commandgroupplacement/windowsize.md)
