IAlertingDialogContextValue
Home > @gooddata/sdk-ui-dashboard > IAlertingDialogContextValue
IAlertingDialogContextValue 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.
Sub-context for the alerting create/edit dialog.
The connector hydrates this from dashboard state and provides the CRUD callbacks; the dialog and its hooks read it instead of reaching into the dashboard store. That direction is enforced by the no-model-imports-in-clean-alerting rule in .dependency-cruiser.js.
Signature:
export interface IAlertingDialogContextValue
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) (Optional) The alert being edited; undefined when creating a new one. | |||
|
string |
(ALPHA) (Optional) | ||
|
string |
(ALPHA) (Optional) | ||
|
(ALPHA) | |||
|
string |
(ALPHA) (Optional) | ||
|
(ref: ObjRef | undefined) => { executionResult?: IExecutionResult; } | undefined |
(ALPHA) | ||
|
(ALPHA) | |||
|
(ALPHA) (Optional) | |||
|
boolean |
(ALPHA) True while the dialog's initial data (automations, workspace users) is still loading. | ||
|
"create" | "edit" |
(ALPHA) | ||
|
INotificationChannelIdentifier[] | INotificationChannelMetadataObject[] |
(ALPHA) Notification channels available as alert destinations. | ||
|
(ALPHA) Effective widget parameter values for the dialog's widget (replaces direct selectEffectiveParameterValuesForWidget read) | |||
|
(ALPHA) Workspace users available as alert recipients. Loaded only while the create/edit dialog is mounted, so opening the management dialog alone does not trigger the load. | |||
|
(ALPHA) (Optional) Error from loading workspace users, if any. | |||
|
(ALPHA) (Optional) | |||
|
Record<string, string> |
(ALPHA) | ||
|
string |
(ALPHA) (Optional) |
Methods
|
Method |
Description |
|---|---|
|
(ALPHA) | |
|
(ALPHA) | |
|
(ALPHA) |