---
title: asyncInputDelegate
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/betextinput/asyncinputdelegate
---

# asyncInputDelegate

A delegate object that your text view notifies of events and changes in the text’s state.

## Declaration

```swift
weak var asyncInputDelegate: (any BETextInputDelegate)? { get set }
```

## Mentioned in

Integrating custom browser text views with UIKit
