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

# Body

The type of effect representing the body of this effect. When you create a custom effect, Swift infers this type from your implementation of the required body(content:) method.

## Declaration

```swift
associatedtype Body : CustomHoverEffect
```
