ChangeEventArgs

23 Sep 20251 minute to read

Properties

cancel boolean

Illustrates whether the current action needs to be prevented or not.

e MouseEvent|KeyboardEvent|TouchEvent

Specifies the original event arguments.

element HTMLElement

Returns the root element of the component.

event MouseEvent|KeyboardEvent|TouchEvent

Specifies the original event arguments.

isInteracted boolean

If the event is triggered by interaction, it returns true. Otherwise, it returns false.

item HTMLLIElement

Returns the selected list item

itemData FieldSettingsModel

Returns the selected item as JSON Object from the data source.

previousItem HTMLLIElement

Returns the previous selected list item

previousItemData FieldSettingsModel

Returns the previous selected item as JSON Object from the data source.

value number|string|boolean|object

Returns the selected value