---
title: all
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/keypress/phases/all
---

# all

A value that matches all key press phases.

## Declaration

```swift
static let all: KeyPress.Phases
```

## See Also

### Getting the phases

- [down](swiftui/keypress/phases/down.md)
- [up](swiftui/keypress/phases/up.md)
- [repeat](swiftui/keypress/phases/repeat.md)
