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