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