IDefaultScheduledEmailDialogProps
Home > @gooddata/sdk-ui-dashboard > IDefaultScheduledEmailDialogProps
IDefaultScheduledEmailDialogProps 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.
Props of DefaultScheduledEmailDialog().
Signature:
export interface IDefaultScheduledEmailDialogProps extends IScheduledEmailDialogProps
Extends: IScheduledEmailDialogProps
Remarks
Extends the shared IScheduledEmailDialogProps with customization only the default implementation supports. Slots render only in the fully rendered dialog: not while the dialog context reports loading, and not while the stale-filters confirmation step is shown. The Filters slot additionally renders only while the Filters tab is selected; the Destination and Recipients slots only while the General tab is — see IScheduledEmailDialogSlots.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ReactNode |
(ALPHA) (Optional) Content rendered as the last child of the dialog's scrollable content area, below the form. Same rendering conditions as IDefaultScheduledEmailDialogProps.topContent. Rendered on both tabs — it is a content-area child, not a tab child. | ||
|
(ALPHA) (Optional) Section-level overrides. Each slot receives | |||
|
ReactNode |
(ALPHA) (Optional) Content rendered as the first child of the dialog's scrollable content area, above the form. Rendered only in the fully rendered dialog: not while the dialog context reports loading, and not while the stale-filters confirmation step is shown. Rendered on both tabs — it is a content-area child, not a tab child. |