ClickEventArgs
Interface represents the event arguments for the beforeClick
and the click
event.
Properties
cancel Boolean
Gets or sets whether to cancel the click event.
data String Number Chip
Gets the data object of the deleted chip item.
element HTMLElement
Gets the HTML element of the chip item that was clicked.
event MouseTouchEventArgs KeyboardEventArgs
Gets the original triggered event arguments.
index Number
Gets the index of the clicked chip item.
name String
Gets the name of the event.
selected Boolean
Gets whether the chip item was selected or not.
text String
Gets the text of the clicked chip item.