---
title: Value
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/gesture/value
---

# Value

The type representing the gesture’s value.

## Declaration

```swift
associatedtype Value
```

## See Also

### Performing the gesture

- [updating(_:body:)](swiftui/gesture/updating(_:body:).md)
- [onChanged(_:)](swiftui/gesture/onchanged(_:).md)
- [onEnded(_:)](swiftui/gesture/onended(_:).md)
