ChipListDeleteEvent

Represents the arguments for the chip deletion event.

Props

The following table outlines the props for the ChipListDeleteEvent:

NameTypeDefaultDescription
chips
string[] | ChipItemProps[]
-

Specifies the remaining chips after deletion.

event
MouseEvent | KeyboardEvent
-

Specifies the event that triggered the delete action.