Contents

Body

The type of control widget template representing the body of this template.

Declaration

associatedtype Body : ControlWidgetTemplate

Discussion

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