ISelectAllEventArgs
23 Sep 20251 minute to read
Properties
event MouseEvent|KeyboardEvent|TouchEvent
Specifies the original event arguments.
isChecked boolean
Specifies whether it is selectAll or deSelectAll.
isInteracted boolean
If the event is triggered by interaction, it returns true. Otherwise, it returns false.
itemData FieldSettingsModel[]
Returns the selected items as JSON Object from the data source.
items HTMLLIElement[]
Returns the selected list items.
preventSelectEvent boolean
Specifies whether the select event is fired.