<!--
{
  "availability" : [
    "iOS: 13.0.0 - 27.2.0",
    "iPadOS: 13.0.0 - 27.2.0",
    "macCatalyst: 13.0.0 - 27.2.0",
    "tvOS: 13.0.0 - 27.2.0",
    "visionOS: 1.0.0 - 27.2.0",
    "watchOS: 6.0.0 - 27.2.0"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/ActionSheet/Button",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI11ActionSheetV6Buttona"
  },
  "title" : "ActionSheet.Button"
}
-->

# ActionSheet.Button

A button representing an operation of an action sheet presentation.

```
typealias Button = Alert.Button
```

## Discussion

The [`ActionSheet`](/documentation/SwiftUI/ActionSheet) button is type-aliased to the [`Alert`](/documentation/SwiftUI/Alert) button type,
which provides default, cancel, and destructive styles.

---

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)