warning
Home > @gooddata/sdk-ui-dashboard > IMenuButtonItemButton > warning
IMenuButtonItemButton.warning property
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.
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.
Signature:
warning?: ReactNode;