IInsightMenuSubmenu
Home > @gooddata/sdk-ui-dashboard > IInsightMenuSubmenu
IInsightMenuSubmenu interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IInsightMenuSubmenu
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
string |
(BETA) (Optional) Additional class names to be applied to the item. | ||
boolean |
(BETA) (Optional) | ||
ReactElement | string |
(BETA) (Optional) | ||
string |
(BETA) | ||
string |
(BETA) | ||
(BETA) (Optional) The items to render for the submenu. | |||
(e: MouseEvent) => void |
(BETA) (Optional) | ||
boolean |
(ALPHA) (Optional) Should the submenu component be rendered only? If so, it won't be wrapped inside the default container and the default header won't be rendered. | ||
ComponentType<IInsightMenuSubmenuComponentProps> |
(BETA) (Optional) Define either the component to render for the submenu or the items to render by default submenu. If not provided, the default submenu component will be used. | ||
string | ReactNode |
(BETA) (Optional) If specified, the value is shown on hover of the item as a tooltip. | ||
"submenu" |
(BETA) |