Structure

CommandGroup

Command groups describe additional groupings of controls to add to existing command menus. コマンドグループは、既存のコマンドメニューに加えるコントロールいくつかからなる追加のグループを記述します。

Declaration 宣言

struct CommandGroup<Content> where Content : View

Overview 概要

On macOS, command groups are realized as collections of menu items in a menu bar menu. On iOS, iPadOS, and tvOS, SwiftUI creates key commands for each of a group’s commands that has a keyboard shortcut. macOSでは、コマンドグループはあるメニューバーメニューの中のメニュー項目それらからなるコレクションとして実現されます。iOS、iPadOS、そしてtvOSでは、SwiftUIは、あるグループのもつコマンドそれらのそれぞれに対するキーコマンドを作成します、それはキーボードショートカットを持ちます。

Topics 話題

Creating a Command Group コマンドグループを作成する

Supporting Types 支援を行う型

Relationships 関係

Conforms To 次に準拠

See Also 参照

Commands