DefaultScheduledEmailManagementDialog()
Home > @gooddata/sdk-ui-dashboard > DefaultScheduledEmailManagementDialog
DefaultScheduledEmailManagementDialog() function
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 declare function ScheduledEmailManagementDialog({ onAdd, onEdit, onDeleteSuccess: onDelete, onClose, onDeleteError, isLoadingScheduleData, automations, notificationChannels, }: IScheduledEmailManagementDialogProps): import("react/jsx-runtime").JSX.Element;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { onAdd, onEdit, onDeleteSuccess: onDelete, onClose, onDeleteError, isLoadingScheduleData, automations, notificationChannels, } | 
Returns:
import("react/jsx-runtime").JSX.Element