---
title: sourcePoint
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uieditmenuconfiguration/sourcepoint
---

# sourcePoint

The source location of the interaction.

## Declaration

```swift
var sourcePoint: CGPoint { get }
```

## Discussion

Discussion The system derives the suggested actions list from this point in the interaction’s view. By default, the menu also presents from this location. You can change the presentation source of the menu by implementing the delegate method editMenuInteraction(_:targetRectFor:).

## See Also

### Configuring the menu

- [preferredArrowDirection](uikit/uieditmenuconfiguration/preferredarrowdirection.md)
- [UIEditMenuArrowDirection](uikit/uieditmenuarrowdirection.md)
