---
title: body
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/gesturestategesture/body
---

# body

The updating gesture containing the originating gesture’s value, the updated state of the gesture, and a transaction.

## Declaration

```swift
var body: (GestureStateGesture<Base, State>.Value, inout State, inout Transaction) -> Void
```
