GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.54.0
  • Code samples
  • GitHub

ActionBar

Home > @gooddata/sdk-ui-dashboard > IScheduledEmailDialogSlots > ActionBar

IScheduledEmailDialogSlots.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. Unlike the Filters and Destination slots it renders on **both** tabs — the footer is tab-independent.

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>>;
  • IScheduledEmailDialogSlots.ActionBar property
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use