---
title: contextMenuInteractionDelegate
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinteraction/contextmenuinteractiondelegate
---

# contextMenuInteractionDelegate

The delegate for the context menu interaction associated with this text interaction.

## Declaration

```swift
weak var contextMenuInteractionDelegate: (any UIContextMenuInteractionDelegate)? { get set }
```

## Discussion

Discussion Set this object to receive delegate callbacks from the contextMenuInteraction.

## See Also

### Menus

- [presentEditMenuForSelection()](browserenginekit/betextinteraction/presenteditmenuforselection().md)
- [dismissEditMenuForSelection()](browserenginekit/betextinteraction/dismisseditmenuforselection().md)
- [contextMenuInteraction](browserenginekit/betextinteraction/contextmenuinteraction.md)
