---
title: body
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/gesture/body-swift.property
---

# body

The content and behavior of the gesture.

## Declaration

```swift
@MainActor @preconcurrency var body: Self.Body { get }
```

## See Also

### Implementing a custom gesture

- [Body](swiftui/gesture/body-swift.associatedtype.md)
