Search results

ChangeEventArgs API in Vue In-place Editor API component

Provides information about the Change event.

Properties

itemData

FieldSettingsModel

Returns the selected item as JSON Object from the AutoComplete/ComboBox/DropDownList data source.

previousItemData

FieldSettingsModel

Returns the previous selected item as JSON Object from the AutoComplete/ComboBox/DropDownList data source.

previousValue

string | string[] | number | number[] | boolean[] | Date | Date[] | DateRange

Returns the previous value of integrated component that renders based on the type property in the In-place editor.

value

string | string[] | number | number[] | boolean[] | Date | Date[] | DateRange

Returns the value of integrated component that renders based on the type property in the In-place editor.