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