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 | 
|---|---|---|---|
| (ALPHA) (Optional) In case, we are not creating new alert, but editing existing one, this is the active alert to be edited. | |||
| (ALPHA) (Optional) Insight to be used for alert. Note: this is available only when alerting for widget, not dashboard. | |||
| boolean | (ALPHA) (Optional) Is alert dialog loading initial data, before it can be rendered? | ||
| INotificationChannelIdentifier[] | INotificationChannelMetadataObject[] | (ALPHA) Notification channels in organization | ||
| () => void | (ALPHA) (Optional) Callback to be called, when user closes the alert dialog. | ||
| (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when alert fails to delete. | ||
| (alert: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when alert is deleted. | ||
| (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when error occurs. | ||
| (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when error occurs. | ||
| (alert: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when alerting finishes successfully. | ||
| (alertDefinition: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when alerting finishes successfully. | ||
| (ALPHA) Users in workspace | |||
| (ALPHA) (Optional) Error occurred while loading users | |||
| (ALPHA) (Optional) Widget to be used for alert. Note: this is available only when alerting for widget, not dashboard. |