---
title: ActionSheet.Button
framework: swiftui
role: symbol
role_heading: Type Alias
path: swiftui/actionsheet/button
---

# ActionSheet.Button

A button representing an operation of an action sheet presentation.

## Declaration

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

## Discussion

Discussion The ActionSheet button is type-aliased to the Alert button type, which provides default, cancel, and destructive styles.
