Angular TextArea - KeyUpEvent

The type of the keyUp event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type:

TextArea

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event