ChipListSelectEvent
Represents the arguments for the chip selection event.
Props
The following table outlines the props for the ChipListSelectEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent | KeyboardEvent | - | Specifies the event that triggered the select action. |
| selectedChipIndexes | number[] | - | Specifies the indexes of the chips that are currently selected. |