IScheduledEmailManagementDialogProps
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailManagementDialogProps
IScheduledEmailManagementDialogProps 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 IScheduledEmailManagementDialogProps 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| (ALPHA) Automations in workspace | |||
| boolean | (ALPHA) Is loading schedule data? | ||
| INotificationChannelIdentifier[] | INotificationChannelMetadataObject[] | (ALPHA) Notification channels in organization | ||
| () => void | (ALPHA) (Optional) Callback to be called, when user adds new scheduled email item. | ||
| () => void | (ALPHA) (Optional) Callback to be called, when user closes the scheduled email management dialog. | ||
| (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when schedule fails to delete. | ||
| () => void | (ALPHA) (Optional) Callback to be called, when scheduled email is deleted. | ||
| (scheduledMail: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when user clicks scheduled email item for editing. | ||
| (ALPHA) (Optional) Error occurred while loading schedule data? |