IMenuButtonItemButton
Home > @gooddata/sdk-ui-dashboard > IMenuButtonItemButton
IMenuButtonItemButton interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IMenuButtonItemButton extends IMenuItemCommonProps
Extends: IMenuItemCommonProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
disabled? | boolean | (ALPHA) (Optional) | |
icon? | string | ReactNode | (ALPHA) (Optional) | |
itemName | string | (ALPHA) | |
onClick? | () => void | (ALPHA) (Optional) | |
tooltip? | string | ReactNode | (ALPHA) (Optional) If specified, the value is shown on hover of the item as a tooltip. | |
type | "button" | (ALPHA) |