Skip to main content

BadgeToggleListProps

Props for BadgeToggleList

Properties

items

items: string[]

The badge items to display


onSelectedItemsChange()?

optional onSelectedItemsChange: (v) => void

Event handler called when the selection changes, receiving the new array of selected items

Parameters

v

string[]

Returns

void


selectedItems?

optional selectedItems: string[]

Currently selected items