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