---
title: actions
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmactionset/actions
---

# actions

Set of actions in the action set.

## Declaration

```swift
var actions: Set<HMAction> { get }
```

## See Also

### Defining the associated actions

- [addAction(_:completionHandler:)](homekit/hmactionset/addaction(_:completionhandler:).md)
- [removeAction(_:completionHandler:)](homekit/hmactionset/removeaction(_:completionhandler:).md)
- [HMCharacteristicWriteAction](homekit/hmcharacteristicwriteaction.md)
- [HMAction](homekit/hmaction.md)
