<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ExclusiveGesture/Value",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI16ExclusiveGestureV5ValueO"
  },
  "title" : "ExclusiveGesture.Value"
}
-->

# ExclusiveGesture.Value

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

```
@frozen enum Value
```

## Topics

### Getting gesture values

[`case first(First.Value)`](/documentation/SwiftUI/ExclusiveGesture/Value/first(_:))

The first of two gestures succeeded.

[`case second(Second.Value)`](/documentation/SwiftUI/ExclusiveGesture/Value/second(_:))

The second of two gestures succeeded.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)