---
title: destructive
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uimenu/options-swift.struct/destructive
---

# destructive

An option indicating the menu’s appearance represents a destructive action.

## Declaration

```swift
static var destructive: UIMenu.Options { get }
```

## Discussion

Discussion Apply this option when you need a menu for a destructive action. Use the menu’s title to communicate the action to perform, and use the menu’s child menu elements to ask for user confirmation of that action.

## See Also

### Options

- [displayInline](uikit/uimenu/options-swift.struct/displayinline.md)
- [singleSelection](uikit/uimenu/options-swift.struct/singleselection.md)
- [displayAsPalette](uikit/uimenu/options-swift.struct/displayaspalette.md)
