---
title: interactionPoint
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/manipulable/event/value-swift.struct/interactionpoint
---

# interactionPoint

The point at which a person interacted with a view to begin manipulating it.

## Declaration

```swift
let interactionPoint: Point3D
```

## Discussion

Discussion This point is in the coordinate space configured in the view modifier.
