<!--
{
  "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

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

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

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

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

[`WKAlertActionStyle.destructive`](/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.



---

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)