---
title: shortcutButtons
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpdashboardcontroller/shortcutbuttons
---

# shortcutButtons

An array of shortcut buttons to display on the CarPlay Dashboard.

## Declaration

```swift
var shortcutButtons: [CPDashboardButton] { get set }
```

## Mentioned in

Displaying Content in CarPlay

## Discussion

Discussion Provide an array of up to two shortcut buttons to display on the CarPlay Dashboard. The system manages hiding and showing these buttons when navigation is active or inactive.

## See Also

### Providing Dashboard Buttons

- [CPDashboardButton](carplay/cpdashboardbutton.md)
