bottomContent
Home > @gooddata/sdk-ui-dashboard > IDefaultScheduledEmailDialogProps > bottomContent
IDefaultScheduledEmailDialogProps.bottomContent property
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.
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.
Signature:
bottomContent?: ReactNode;