IAlertingDialogSlots
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogSlots
IAlertingDialogSlots interface
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.
Section-level overrides of the default alerting dialog.
Signature:
export interface IAlertingDialogSlots
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ComponentType<ISlotProps<IAutomationDialogActionBarProps>> |
(ALPHA) (Optional) 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 | ||
|
ComponentType<ISlotProps<IAutomationDialogDestinationProps>> |
(ALPHA) (Optional) Wraps or replaces the dialog's destination region (the "Action" row selecting the notification channel). Must have a stable reference identity — see . Renders only in the fully rendered dialog — not while the dialog context reports loading, not while the stale-filters confirmation step is shown — **and only when more than one notification channel exists**: with a single channel the default dialog hides the whole row, and the slot with it. | ||
|
ComponentType<ISlotProps<IAlertingDialogFiltersProps>> |
(ALPHA) (Optional) Wraps or replaces the dialog's filters region (the filter and parameter chips). Must have a stable reference identity — see . Renders only in the fully rendered dialog: not while the dialog context reports loading, and not while the stale-filters confirmation step is shown. A replacement takes over computing the next filters array: | ||
|
ComponentType<ISlotProps<AlertingDialogHeaderDefaultProps>> |
(ALPHA) (Optional) Wraps or replaces the dialog header (the title input row). Must have a stable reference identity — see . | ||
|
ComponentType<ISlotProps<IAutomationDialogRecipientsProps>> |
(ALPHA) (Optional) Wraps or replaces the dialog's recipients region. Must have a stable reference identity — see . Renders only in the fully rendered dialog: not while the dialog context reports loading, and not while the stale-filters confirmation step is shown. |