Type Alias

OutlineGroup.Body

The type of view representing the body of this view. このビューの本体を表しているビューの型。

Declaration 宣言

typealias Body = some View
Available when Data conforms to RandomAccessCollection, ID conforms to Hashable, Parent conforms to View, Leaf conforms to View, and Subgroup conforms to View.

Discussion 議論

When you create a custom view, Swift infers this type from your implementation of the required body property.