---
title: contextMenuInteraction
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinteraction/contextmenuinteraction
---

# contextMenuInteraction

An interaction you use to work with the text view’s context menu.

## Declaration

```swift
var contextMenuInteraction: UIContextMenuInteraction { get }
```

## Discussion

Discussion Set the context menu interaction’s delegate by supplying a value for contextMenuInteractionDelegate.

## See Also

### Menus

- [presentEditMenuForSelection()](browserenginekit/betextinteraction/presenteditmenuforselection().md)
- [dismissEditMenuForSelection()](browserenginekit/betextinteraction/dismisseditmenuforselection().md)
- [contextMenuInteractionDelegate](browserenginekit/betextinteraction/contextmenuinteractiondelegate.md)
