IInsightMenuSubmenuComponentProps
Home > @gooddata/sdk-ui-dashboard > IInsightMenuSubmenuComponentProps
IInsightMenuSubmenuComponentProps 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 IInsightMenuSubmenuComponentProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enableTitleConfig? | boolean | (ALPHA) (Optional) If true, the title configuration is shown in submenu. default: true | |
onClose | () => void | (ALPHA) Closes the insight menu. | |
onGoBack | () => void | (ALPHA) Go back to the root menu. | |
widget | IInsightWidget | (ALPHA) The widget for which the menu is rendered. |