<!--
{
  "availability" : [
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/NSGestureRecognizerRepresentableContext/coordinator",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI39NSGestureRecognizerRepresentableContextV11coordinator11CoordinatorQzvp"
  },
  "title" : "coordinator"
}
-->

# coordinator

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

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)