---
title: ExclusiveGesture.Value
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/exclusivegesture/value
---

# ExclusiveGesture.Value

The value of an exclusive gesture that indicates which of two gestures succeeded.

## Declaration

```swift
@frozen enum Value
```

## Topics

### Getting gesture values

- [ExclusiveGesture.Value.first(_:)](swiftui/exclusivegesture/value/first(_:).md)
- [ExclusiveGesture.Value.second(_:)](swiftui/exclusivegesture/value/second(_:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
