Home > @uniformdev/design-system > SelectableMenuItemProps
SelectableMenuItemProps interface
Signature:
Extends: PropsWithChildren<Omit<MenuItemProps, 'children'>>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| isSelectable? | boolean | (Optional) whether the menu item is selectable true | |
| selected | boolean | whether the menu item is selected | |
| selectStyles? | 'default' | 'checkbox-select' | (Optional) the styles to use for the selectable menu item 'default' |