---
title: actionHandler
framework: sharedwithyoucore
role: symbol
role_heading: Instance Property
path: sharedwithyoucore/swcollaborationcoordinator/actionhandler
---

# actionHandler

The collaboration action handler.

## Declaration

```swift
weak var actionHandler: (any SWCollaborationActionHandler)? { get set }
```

## Discussion

Discussion Register the delegate soon after launch and handle actions immediately to avoid timeouts.

## See Also

### Accessing coordinator attributes

- [shared](sharedwithyoucore/swcollaborationcoordinator/shared.md)
