React Lookup - ValueChangedEvent

The type of the valueChanged event handler's argument.

import { LookupTypes } from "devextreme-react/lookup"
Type: LookupTypes.ValueChangedEvent

component

The UI component's instance.

Type:

Lookup

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

previousValue

Type:

Object

value

Type:

Object