typealias Body
The type of commands that represents the body of this command hierarchy.
Availability 有効性
Technology
var body: some Commands
{ get }
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.
typealias Body