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

# actions

The actions that the template displays.

## Declaration

```swift
var actions: [CPTextButton] { get set }
```

## Discussion

Discussion Assign a new array to this property to update the actions that the template displays. The template can display three actions maximum. If the array contains more actions, the template uses only the first three.
