---
title: WKSwipeGestureRecognizerDirection
framework: watchkit
role: symbol
role_heading: Structure
path: watchkit/wkswipegesturerecognizerdirection
---

# WKSwipeGestureRecognizerDirection

Constants indicating the direction of a swipe.

## Declaration

```swift
struct WKSwipeGestureRecognizerDirection
```

## Topics

### Constants

- [right](watchkit/wkswipegesturerecognizerdirection/right.md)
- [left](watchkit/wkswipegesturerecognizerdirection/left.md)
- [up](watchkit/wkswipegesturerecognizerdirection/up.md)
- [down](watchkit/wkswipegesturerecognizerdirection/down.md)

### Initializers

- [init(rawValue:)](watchkit/wkswipegesturerecognizerdirection/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)
