IInsightMenuItemButton
Home > @gooddata/sdk-ui-dashboard > IInsightMenuItemButton
IInsightMenuItemButton interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IInsightMenuItemButton
Properties
Property | Type | Description |
---|---|---|
className? | string | (BETA) (Optional) Additional class names to be applied to the item. |
disabled? | boolean | (BETA) (Optional) |
icon? | JSX.Element | string | (BETA) (Optional) |
itemId | string | (BETA) |
itemName | string | (BETA) |
onClick? | (e: MouseEvent) => void | (BETA) (Optional) |
tooltip? | string | (BETA) (Optional) If specified, the value is shown on hover of the item as a tooltip. |
type | "button" | (BETA) |