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<IAlertingDialogFiltersProps>> |
(ALPHA) (Optional) Wraps or replaces the dialog's filters region (the filter and parameter chips). Must have a stable reference identity — see ISlotProps. 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 ISlotProps. |