Initializer

init(content:)

Creates a group of commands.

Declaration 宣言

init(content: () -> Content)
Available when Content conforms to Commands.

Parameters パラメータ

content

A CommandsBuilder that produces the commands to group.

See Also 参照

Creating a Group グループを作成する