DeleteEventArgs

Interface represents the event arguments for the delete event.

Properties

cancel Boolean

Gets or sets whether to cancel the delete event.

data String Number Chip

Gets the data object of the chip item being deleted.

element HTMLElement

Gets the HTML element of the chip item being deleted.

event MouseTouchEventArgs KeyboardEventArgs

Gets the original triggered event arguments.

index Number

Gets the index of the chip item being deleted.

name String

Gets the name of the event.

text String

Gets the text of the chip item being deleted.