---
title: actions
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpactionsheettemplate/actions
---

# actions

The list of actions available on the action sheet.

## Declaration

```swift
var actions: [CPAlertAction] { get }
```

## Discussion

Discussion The array must include at least one action.

## See Also

### Getting Action Sheet Template Information

- [title](carplay/cpactionsheettemplate/title.md)
- [message](carplay/cpactionsheettemplate/message.md)
