---
title: Body
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/texteditorstyle/body
---

# Body

A view that represents the body of a text editor.

## Declaration

```swift
associatedtype Body : View
```

## See Also

### Creating custom styles

- [makeBody(configuration:)](swiftui/texteditorstyle/makebody(configuration:).md)
- [TextEditorStyle.Configuration](swiftui/texteditorstyle/configuration.md)
