Destination
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogSlots > Destination
IAlertingDialogSlots.Destination 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 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.
Signature:
Destination?: ComponentType<ISlotProps<IAutomationDialogDestinationProps>>;