Contents

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.

See Also

Implementing a widget