DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

ChangedOptionInfo

Specifies arguments of optionChanged event.

import { ChangedOptionInfo } from "devextreme/events/index"

fullName

The path to the modified property that includes all parent properties.

Type:

String

name

The modified property if it belongs to the first level. Otherwise, the first-level property into which it is nested.

Type:

String

previousValue

The UI component's previous value.

Type: any

value

The modified property's new value.

Type: any