---
title: "init(identifier:sourcePoint:)"
framework: uikit
role: symbol
role_heading: Initializer
path: "uikit/uieditmenuconfiguration/init(identifier:sourcepoint:)"
---

# init(identifier:sourcePoint:)

Initializes a new configuration with the source location you specify.

## Declaration

```swift
@MainActor @preconcurrency convenience init(identifier: AnyHashable?, sourcePoint: CGPoint)
```

## Parameters

- `identifier`: The unique identifier for this configuration object.
- `sourcePoint`: The source location of the interaction.
