React TextArea - ValueChangedEvent

The type of the valueChanged event handler's argument.

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

component

The UI component's instance.

Selector: Component
Type:

TextArea

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

previousValue

Selector: PreviousValue
Type:

Object

value

Selector: Value
Type:

Object