IScheduledEmailDialogProps
Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogProps
IScheduledEmailDialogProps 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 IScheduledEmailDialogProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
(ALPHA) (Optional) Dashboard filters to be used for scheduled email. Note: - Provided filters exclude cross-filtering filters, as these are typically not desired in exported reports.
| |||
(ALPHA) (Optional) Insight to be used for scheduled email. Note: this is available only when scheduling export for widget, not dashboard. | |||
boolean |
(ALPHA) (Optional) Is scheduled email 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 goes back to the scheduled email management dialog. | ||
() => void |
(ALPHA) (Optional) Callback to be called, when user closes the scheduled email 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. | ||
(error: GoodDataSdkError) => void |
(ALPHA) (Optional) Callback to be called, when error occurs. | ||
(scheduledEmailDefinition: IAutomationMetadataObject) => void |
(ALPHA) (Optional) Callback to be called, when user save the existing scheduled email. | ||
(error: GoodDataSdkError) => void |
(ALPHA) (Optional) Callback to be called, when error occurs. | ||
() => void |
(ALPHA) (Optional) Callback to be called, when scheduling finishes successfully. | ||
(scheduledEmailDefinition: IAutomationMetadataObject | IAutomationMetadataObjectDefinition) => void |
(ALPHA) (Optional) Callback to be called, when user submits the scheduled email dialog. | ||
(scheduledEmailDefinition: IAutomationMetadataObject) => void |
(ALPHA) (Optional) Callback to be called, when scheduling finishes successfully. | ||
(ALPHA) (Optional) In case, we are not creating new schedule, but editing existing one, this is the active schedule to be edited. | |||
(ALPHA) Users in workspace | |||
(ALPHA) (Optional) Error occurred while loading users | |||
(ALPHA) (Optional) Widget to be used for scheduled email. Note: this is available only when scheduling export for widget, not dashboard. | |||
IFilter[] |
(ALPHA) (Optional) Widget filters to be used for scheduled email. Note: - Provided filters are a combination of insight and dashboard filters, following these rules: - Cross-filtering filters are excluded as they are typically not desired in the scheduled export. - The widget's ignored filters configuration is honored (ignored filters are not overridden by dashboard filters and remain as is). - If the resulting filters include all-time date filter, it is excluded as it has no effect on the scheduled export execution.
|