Angular TextArea - InputEvent

The type of the input event handler's argument.

import { DxTextAreaTypes } from "devextreme-angular/ui/text-area"
Type: DxTextAreaTypes.InputEvent

component

The UI component's instance.

Selector: dxo-component
Type:

TextArea

element

The UI component's container.

event

Specifies the executed event.

Selector: dxo-event

model

Model data. Available only if you use Knockout.

Type: any