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

# repeat

The user held a key down to issue a sequence of repeating events.

## Declaration

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

## See Also

### Getting the phases

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