ActionBar
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogSlots > ActionBar
IAlertingDialogSlots.ActionBar 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.
Wraps or replaces the dialog's action bar (the footer row: documentation link, Delete in edit mode, Cancel and the submit button). Must have a stable reference identity — see .
Renders only in the fully rendered dialog: not while the dialog context reports loading (the loading dialog keeps its own footer), and not while the stale-filters confirmation step is shown.
A replacement that does not render Default loses the submit button's Enter-key detection id (Enter no longer submits), the validation aria wiring, and the default row's ordering. Wraps that render <Default {...defaultProps} /> keep everything; note the Enter-key path invokes the dialog's own submit handler and disabled state, so defaultProps overrides affect the buttons only.
Signature:
ActionBar?: ComponentType<ISlotProps<IAutomationDialogActionBarProps>>;