Vue ValidationSummary - OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxValidationSummaryTypes } from "devextreme-vue/validation-summary"
Type: DxValidationSummaryTypes.OptionChangedEvent

component

The UI component's instance.

Selector: DxComponent

element

The UI component's container.

fullName

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

Selector: full-name
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.

Selector: previous-value
Type: any

value

The modified property's new value.

Type: any