Contents

contextMenuInteractionDelegate

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

Declaration

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

Discussion

Set this object to receive delegate callbacks from the contextMenuInteraction.

See Also

Menus