SelectEventArgs

12 Sep 20251 minute to read

Properties

cancel boolean

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

event MouseEvent|KeyboardEvent|TouchEvent

Specifies the original event arguments.

isInteracted boolean

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

item Object

Returns the selected row data.

itemData Object

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

itemElement HTMLElement

Returns the selected row item.