<!--
{
  "availability" : [
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKAlertActionStyle",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:@E@WKAlertActionStyle"
  },
  "title" : "WKAlertActionStyle"
}
-->

# WKAlertActionStyle

Constants indicating the style of the action button.

```
enum WKAlertActionStyle
```

## Topics

### Constants

[`WKAlertActionStyleDefault`](/documentation/WatchKit/WKAlertActionStyle/default)

The default style. Use this for most of your buttons.

[`WKAlertActionStyleCancel`](/documentation/WatchKit/WKAlertActionStyle/cancel)

A cancel action. Use this style for an action that cancels the operation without making changes.

[`WKAlertActionStyleDestructive`](/documentation/WatchKit/WKAlertActionStyle/destructive)

An action that causes destructive behavior to the user’s data or the app. Destructive actions are styled in a way that warns the user of the destructive nature of the action.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)