---
title: coordinator
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/uigesturerecognizerrepresentablecontext/coordinator
---

# coordinator

The custom object that you use to communicate state changes from your gesture recognizer to other parts of your SwiftUI interface.

## Declaration

```swift
let coordinator: Representable.Coordinator
```
