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