Associated Type 関連型

Body

The type of widget configuration representing the body of this configuration. この構成設定の本文を表している、ウィジェット構成設定の型。

Declaration 宣言

associatedtype Body : WidgetConfiguration

Discussion 議論

When you create a custom widget, Swift infers this type from your implementation of the required body property. あなたがあつらえのウィジェットを作成する場合、Swiftは必須のbodyプロパティのあなたの実装からこの型を推測します。

See Also 参照

Implementing a Widget ウィジェットの実装