---
title: delegate
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/bedraginteraction/delegate
---

# delegate

A delegate for a drag interaction.

## Declaration

```swift
weak var delegate: (any BEDragInteractionDelegate)? { get }
```

## Discussion

Discussion The delegate conforms to BEDragInteractionDelegate.

## See Also

### Handling drag gestures

- [BEDragInteractionDelegate](browserenginekit/bedraginteractiondelegate.md)
