---
title: Alert.Button
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/alert/button
---

# Alert.Button

A button that represents an operation of an alert presentation.

## Declaration

```swift
struct Button
```

## Topics

### Getting a button

- [default(_:action:)](swiftui/alert/button/default(_:action:).md)
- [cancel(_:)](swiftui/alert/button/cancel(_:).md)
- [cancel(_:action:)](swiftui/alert/button/cancel(_:action:).md)
- [destructive(_:action:)](swiftui/alert/button/destructive(_:action:).md)
