CommandGroup
Groups of controls that you can add to existing command menus.
Declaration
struct CommandGroup<Content> where Content : ViewMentioned in
Overview
In macOS, SwiftUI realizes command groups as collections of menu items in a menu bar menu. In iOS, iPadOS, and tvOS, SwiftUI creates key commands for each of a group’s commands that has a keyboard shortcut.