IAlertingDialogProps
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogProps
IAlertingDialogProps 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 IAlertingDialogProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
anchorEl? | HTMLElement | null | (ALPHA) (Optional) Anchor element for the dialog. | |
editAlert? | IAutomationMetadataObject | (ALPHA) (Optional) Alert to be edited in the dialog. | |
editWidget? | IInsightWidget | (ALPHA) (Optional) Widget to be edited in the dialog. | |
isVisible? | boolean | (ALPHA) (Optional) Is alerting e-mail dialog visible? | |
onCancel? | () => void | (ALPHA) (Optional) Callback to be called, when user closes the alerting dialog. | |
onUpdate? | (alertingDefinition: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when user save the existing alert. |