Type Alias

EmptyWidgetConfiguration.Body

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

Declaration 宣言

typealias Body = Never

Discussion 議論

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