SelectAllEventArgs

Interface representing the event arguments for the selectedAll event on the multiselect control.

Properties

event KeyboardEvent MouseEvent TouchEvent

Gets the original triggered event arguments.

isChecked Boolean

Gets whether the event was a selectAll or unselectAll.

isInteracted Boolean

Gets a value indicating whether the event was triggered by user interaction or from another event.

itemData {:}

Gets the data for the item that is currently selected.

items HTMLLIElement[]

Gets a list of items currently bound to the multiselect list.

name String

Gets the name of the event.

triggerSelectEvent Boolean

Gets or sets whether the select event will be triggered or not.