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

# NSGestureRecognizerRepresentableContext

Contextual information about the state of the system that you use to create
and update a represented gesture recognizer.

```
struct NSGestureRecognizerRepresentableContext<Representable> where Representable : NSGestureRecognizerRepresentable
```

## Topics

### Instance Properties

[`let converter: NSGestureRecognizerRepresentableCoordinateSpaceConverter`](/documentation/SwiftUI/NSGestureRecognizerRepresentableContext/converter)

A structure used to convert locations to and from coordinate spaces in
the hierarchy of the associated SwiftUI view.

[`let coordinator: Representable.Coordinator`](/documentation/SwiftUI/NSGestureRecognizerRepresentableContext/coordinator)

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

---

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)