---
title: WKAlertActionStyle
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkalertactionstyle
---

# WKAlertActionStyle

Constants indicating the style of the action button.

## Declaration

```swift
enum WKAlertActionStyle
```

## Topics

### Constants

- [WKAlertActionStyle.default](watchkit/wkalertactionstyle/default.md)
- [WKAlertActionStyle.cancel](watchkit/wkalertactionstyle/cancel.md)
- [WKAlertActionStyle.destructive](watchkit/wkalertactionstyle/destructive.md)

### Initializers

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

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Constants

- [WKAlertActionHandler](watchkit/wkalertactionhandler.md)
