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 |
---|---|---|---|
automations | IAutomationMetadataObject[] | (ALPHA) Automations in workspace | |
isLoadingScheduleData | boolean | (ALPHA) Is loading schedule data? | |
isVisible? | boolean | (ALPHA) (Optional) Is scheduled email management dialog visible? | |
notificationChannels | INotificationChannelMetadataObject[] | (ALPHA) Notification channels in organization | |
onAdd? | () => void | (ALPHA) (Optional) Callback to be called, when user adds new scheduled email item. | |
onClose? | () => void | (ALPHA) (Optional) Callback to be called, when user closes the scheduled email management dialog. | |
onDeleteError? | (error: GoodDataSdkError) => void | (ALPHA) (Optional) Callback to be called, when schedule fails to delete. | |
onDeleteSuccess? | () => void | (ALPHA) (Optional) Callback to be called, when scheduled email is deleted. | |
onEdit? | (scheduledMail: IAutomationMetadataObject) => void | (ALPHA) (Optional) Callback to be called, when user clicks scheduled email item for editing. | |
scheduleDataError? | GoodDataSdkError | (ALPHA) (Optional) Error occurred while loading schedule data? |