---
title: actionButtons
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpvoicecontrolstate/actionbuttons
---

# actionButtons

An array of action buttons displayed in the template.

## Declaration

```swift
var actionButtons: [CPButton] { get set }
```

## Discussion

Discussion These buttons provide user interaction capabilities such as play/pause, favorite/unfavorite, share, or other content-specific actions. The buttons are displayed horizontally and are limited by maximumActionButtonCount. Buttons should have clear, concise titles or recognizable icons. The order of buttons in the array determines their display order from leading to trailing in the interface.
