BadgeToggleListProps
Props for BadgeToggleList
Properties
items
items:
string[]
The badge items to display
onSelectedItemsChange()?
optionalonSelectedItemsChange: (v) =>void
Event handler called when the selection changes, receiving the new array of selected items
Parameters
v
string[]
Returns
void
selectedItems?
optionalselectedItems:string[]
Currently selected items