---
title: alternates
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uikeycommand/alternates
---

# alternates

An array of alternative actions to take for the key command.

## Declaration

```swift
var alternates: [UICommandAlternate] { get }
```

## See Also

### Getting command alternatives

- [UICommandAlternate](uikit/uicommandalternate.md)
