IRichTextMenuSubmenu
Home > @gooddata/sdk-ui-dashboard > IRichTextMenuSubmenu
IRichTextMenuSubmenu 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 IRichTextMenuSubmenu 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string | (ALPHA) (Optional) Additional class names to be applied to the item. | ||
| boolean | (ALPHA) (Optional) | ||
| ReactElement | string | (ALPHA) (Optional) | ||
| string | (ALPHA) | ||
| string | (ALPHA) | ||
| (e: MouseEvent) => void | (ALPHA) (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<IRichTextMenuSubmenuComponentProps> | (ALPHA) | ||
| string | ReactNode | (ALPHA) (Optional) If specified, the value is shown on hover of the item as a tooltip. | ||
| "submenu" | (ALPHA) |