ClickEventArgs

23 Sep 20251 minute to read

Properties

cancel boolean

It denotes whether the item can be clicked or not.

data string|number|ChipModel

It denotes the clicked item data.

element HTMLElement

It denotes the clicked item element.

event MouseEventArgs|KeyboardEventArgs

It denotes the event.

index number

It denotes the clicked item index.

selected boolean

It denotes whether the clicked item is selected or not.

text string

It denotes the clicked item text.