SelectEventArgs

Interface represents the event arguments for the select event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

data [:] String[] Number[]

Gets a cloned element of the element being dragged.

event KeyboardEvent MouseEvent

Gets the original triggered event arguments.

index Number

Gets the index of the selected item.

isChecked Boolean

Gets a value indicating whether the selected item is checked or not.

isInteracted Boolean

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

item HTMLElement Element

Gets the HTML element of the selected item.

name String

Gets the name of the event.

text String

Gets the text of the selected item.