---
title: actionSets
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmtrigger/actionsets
---

# actionSets

Array of all action sets that will be executed by the trigger.

## Declaration

```swift
var actionSets: [HMActionSet] { get }
```

## Discussion

Discussion Action sets are instances of HMActionSet.

## See Also

### Managing Action Sets

- [addActionSet(_:completionHandler:)](homekit/hmtrigger/addactionset(_:completionhandler:).md)
- [removeActionSet(_:completionHandler:)](homekit/hmtrigger/removeactionset(_:completionhandler:).md)
