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

# sidebar

Placement for commands that control the app’s sidebar and full-screen modes.

## Declaration

```swift
static let sidebar: CommandGroupPlacement
```

## Discussion

Discussion By default, this group includes the following commands in macOS: Show/Hide Sidebar Enter/Exit Full Screen

## See Also

### Bars

- [toolbar](swiftui/commandgroupplacement/toolbar.md)
