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 |
|---|---|---|---|
|
boolean |
(ALPHA) (Optional) | ||
|
string | ReactNode |
(ALPHA) (Optional) | ||
|
string |
(ALPHA) | ||
|
() => void |
(ALPHA) (Optional) | ||
|
boolean |
(ALPHA) (Optional) | ||
|
string | ReactNode |
(ALPHA) (Optional) If specified, the value is shown on hover of the item as a tooltip. | ||
|
"button" |
(ALPHA) | ||
|
ReactNode |
(ALPHA) (Optional) If specified, a warning indicator is rendered on the trailing side of the item, shown regardless of the item's disabled state. The value is the content shown on hover of the warning indicator. Used e.g. to flag that an export will contain partial results because an execution reached a result limit. |