---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/attributedtextformattingdefinition/body-swift.associatedtype
---

# Body

The type of view representing the body of this formatting definition.

## Declaration

```swift
associatedtype Body : AttributedTextFormattingDefinition
```

## Discussion

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