React TextArea - FocusOutEvent

The type of the focusOut event handler's argument.

import { TextAreaTypes } from "devextreme-react/text-area"
Type: TextAreaTypes.FocusOutEvent

component

The UI component's instance.

Selector: Component
Type:

TextArea

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

model

Model data. Available only if you use Knockout.

Type: any