---
title: SequenceGesture.Value
framework: swiftui
role: symbol
role_heading: Enumeration
path: swiftui/sequencegesture/value
---

# SequenceGesture.Value

The value of a sequence gesture that helps to detect whether the first gesture succeeded, so the second gesture can start.

## Declaration

```swift
@frozen enum Value
```

## Topics

### Getting gesture values

- [SequenceGesture.Value.first(_:)](swiftui/sequencegesture/value/first(_:).md)
- [SequenceGesture.Value.second(_:_:)](swiftui/sequencegesture/value/second(_:_:).md)

## Relationships

### Conforms To

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