---
title: EmptyCommands
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/emptycommands
---

# EmptyCommands

An empty group of commands.

## Declaration

```swift
nonisolated struct EmptyCommands
```

## Topics

### Creating the command group

- [init()](swiftui/emptycommands/init().md)

## Relationships

### Conforms To

- [Commands](swiftui/commands.md)

## See Also

### Getting built-in command groups

- [SidebarCommands](swiftui/sidebarcommands.md)
- [TextEditingCommands](swiftui/texteditingcommands.md)
- [TextFormattingCommands](swiftui/textformattingcommands.md)
- [ToolbarCommands](swiftui/toolbarcommands.md)
- [ImportFromDevicesCommands](swiftui/importfromdevicescommands.md)
- [InspectorCommands](swiftui/inspectorcommands.md)
