IAutomationsContextValue
Home > @gooddata/sdk-ui-dashboard > IAutomationsContextValue
IAutomationsContextValue 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.
Main context shared across all automation dialogs. Only fields actively consumed by migrated leaves are listed here — add fields as each leaf migrates.
Signature:
export interface IAutomationsContextValue
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(ALPHA) | ||
|
(ALPHA) | |||
|
Record<string, IDashboardAttributeFilterConfig[]> |
(ALPHA) | ||
|
Map<string, DashboardAttributeFilterSelectionType | undefined> |
(ALPHA) | ||
|
Record<string, Map<string, DashboardAttributeFilterSelectionType | undefined>> |
(ALPHA) | ||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
string | undefined |
(ALPHA) | ||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
Record<string, IDashboardDateFilterConfig | undefined> |
(ALPHA) | ||
|
(ALPHA) | |||
|
Record<string, IDashboardDateFilterConfigItem[]> |
(ALPHA) | ||
|
IDashboardDateFilterConfig | undefined |
(ALPHA) | ||
|
(ALPHA) | |||
|
string | undefined |
(ALPHA) | ||
|
{ canCreateAutomation: boolean; enableAlertOncePerInterval: boolean; enableAnomalyDetectionAlert: boolean; canUseAiAssistant: boolean; canManageWorkspace: boolean; enableSlideshowExports: boolean; enableAutomationEvaluationMode: boolean; } |
(ALPHA) | ||
|
(displayForm: ObjRef) => IAttributeDisplayFormMetadataObject | undefined |
(ALPHA) | ||
|
(ref: ObjRef) => ICatalogAttribute | ICatalogDateAttribute | undefined |
(ALPHA) | ||
|
(ALPHA) | |||
|
boolean |
(ALPHA) | ||
|
boolean |
(ALPHA) | ||
|
boolean |
(ALPHA) | ||
|
(ALPHA) | |||
|
(ALPHA) | |||
|
number |
(ALPHA) | ||
|
(ALPHA) | |||
|
Record<string, IDashboardMeasureValueFilterConfig[]> |
(ALPHA) | ||
|
string |
(ALPHA) (Optional) Element ID to return focus to when the scheduled-email dialog closes. Shared by both the create/edit dialog and the management dialog tree via useScheduleEmailDialogAccessibility. | ||
|
(ALPHA) | |||
|
(ALPHA) (Optional) | |||
|
string | undefined |
(ALPHA) | ||
|
(ALPHA) | |||
|
(ref: ObjRef | undefined) => boolean |
(ALPHA) Returns true when a widget with the given ref still exists on the dashboard layout. Bridges identifier↔URI mismatches the same way as selectWidgetByRef. NOTE: do NOT narrow to isWidget() here — this is a pure existence check on the ObjRefMap. |