---
title: actions
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiswipeactionsconfiguration/actions
---

# actions

The swipe actions.

## Declaration

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

## Discussion

Discussion The first object in this array corresponds to the default action, which is the action that’s performed in response to a full swipe.

## See Also

### Getting the swipe action information

- [performsFirstActionWithFullSwipe](uikit/uiswipeactionsconfiguration/performsfirstactionwithfullswipe.md)
