---
title: disabled
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/buttonrepeatbehavior/disabled
---

# disabled

Repeating button actions will be disabled.

## Declaration

```swift
static let disabled: ButtonRepeatBehavior
```

## See Also

### Getting repeat behaviors

- [automatic](swiftui/buttonrepeatbehavior/automatic.md)
- [enabled](swiftui/buttonrepeatbehavior/enabled.md)
