MenuItem
type MenuItem = object;
Properties
| Property | Type |
|---|---|
clickAction? | React.MouseEventHandler<HTMLElement> |
colorScheme? | ColorScheme |
icon? | IconSource |
iconAlignedStart? | boolean |
iconColor? | string |
isAriaChecked? | boolean |
isAriaSelected? | boolean |
isDisabled? | boolean |
isFixedIcon? | boolean |
label | React.ReactNode |
linkWrapper? | ({ children, }) => React.ReactElement |
role? | React.AriaRole |
target? | LinkTarget |
testId? | string |
url? | string |
variant? | TextVariant |