Instance Property インスタンスプロパティ

body

The contents of the command hierarchy.

Declaration 宣言

var body: some Commands { get }

Discussion 議論

For any commands that you create, provide a computed body property that defines the scene as a composition of other scenes. You can assemble a command hierarchy from built-in commands that SwiftUI provides, as well as other commands that you’ve defined.

See Also 参照

Supporting Types 支援を行う型