alertToEdit
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogProps > alertToEdit
IAlertingDialogProps.alertToEdit 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.
Warning: This API is now obsolete.
has no effect since 11.51 — the dialog reads
alertToEditfromuseAlertingDialogContext(). To adjust what it reads, use theAlertingDialogContextDecoratorComponentdashboard prop. Prop will be removed.
In case, we are not creating new alert, but editing existing one, this is the active alert to be edited.
Signature:
alertToEdit?: IAutomationMetadataObject;