---
title: actions
framework: tipkit
role: symbol
role_heading: Instance Property
path: tipkit/tip/actions
---

# actions

Buttons that help people get started or learn more about your feature.

## Declaration

```swift
@Tips.ActionBuilder var actions: [Self.Action] { get }
```

## Discussion

Discussion Use actions to provide primary and secondary buttons to help people get started or learn more about your feature. If you don’t supply a value, this property returns an empty array of type Action.

## See Also

### Providing actions

- [Action](tipkit/tip/action.md)
