Associated Type 関連型

Body

The type of configuration representing the content of the widget. ウィジェットの内容を表している構成設定の型。

Declaration 宣言

associatedtype Body : WidgetConfiguration

Discussion 議論

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

See Also 参照

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