DashboardEvents
Home > @gooddata/sdk-ui-dashboard > DashboardEvents
DashboardEvents type
Union type that contains all available built-in dashboard events.
Signature:
export type DashboardEvents = DashboardInitialized | DashboardDeinitialized | DateFilterValidationFailed | DashboardSaved | DashboardCopySaved | DashboardRenderRequested | DashboardAsyncRenderRequested | DashboardAsyncRenderResolved | DashboardRenderResolved | DashboardSharingChanged | DashboardRenderModeChanged | DashboardCommandStarted<any> | DashboardCommandFailed<any> | DashboardCommandRejected | DashboardQueryFailed | DashboardQueryRejected | DashboardQueryStarted | DashboardQueryCompleted<any, any> | DashboardRenamed | DashboardWasReset | DashboardExportToPdfRequested | DashboardExportToPdfResolved | DashboardUserInteractionTriggered | DashboardDateFilterSelectionChanged | DashboardAttributeFilterAdded | DashboardAttributeFilterRemoved | DashboardAttributeFilterMoved | DashboardAttributeFilterSelectionChanged | DashboardAttributeTitleChanged | DashboardAttributeSelectionModeChanged | DashboardAttributeFilterParentChanged | DashboardFilterContextChanged | DashboardLayoutSectionAdded | DashboardLayoutSectionMoved | DashboardLayoutSectionRemoved | DashboardLayoutSectionHeaderChanged | DashboardLayoutSectionItemsAdded | DashboardLayoutSectionItemReplaced | DashboardLayoutSectionItemMoved | DashboardLayoutSectionItemRemoved | DashboardLayoutChanged | DashboardKpiWidgetHeaderChanged | DashboardKpiWidgetDescriptionChanged | DashboardKpiWidgetConfigurationChanged | DashboardKpiWidgetMeasureChanged | DashboardKpiWidgetFilterSettingsChanged | DashboardKpiWidgetComparisonChanged | DashboardKpiWidgetDrillRemoved | DashboardKpiWidgetDrillSet | DashboardKpiWidgetChanged | DashboardInsightWidgetHeaderChanged | DashboardInsightWidgetDescriptionChanged | DashboardInsightWidgetFilterSettingsChanged | DashboardInsightWidgetVisPropertiesChanged | DashboardInsightWidgetVisConfigurationChanged | DashboardInsightWidgetInsightSwitched | DashboardInsightWidgetDrillsModified | DashboardInsightWidgetDrillsRemoved | DashboardInsightWidgetChanged | DashboardInsightWidgetExportRequested | DashboardInsightWidgetExportResolved | DashboardInsightWidgetRefreshed | DashboardRichTextWidgetContentChanged | DashboardVisualizationSwitcherWidgetVisualizationAdded | DashboardVisualizationSwitcherWidgetVisualizationsUpdated | DashboardWidgetExecutionStarted | DashboardWidgetExecutionSucceeded | DashboardWidgetExecutionFailed | DashboardAlertCreated | DashboardAlertSaved | DashboardScheduledEmailCreated | DashboardScheduledEmailSaved | DashboardDrillDownResolved | DashboardDrillToAttributeUrlResolved | DashboardDrillToCustomUrlResolved | DashboardDrillToDashboardResolved | DashboardDrillToInsightResolved | DashboardDrillToLegacyDashboardResolved | DashboardDrillResolved | DashboardDrillDownRequested | DashboardDrillToAttributeUrlRequested | DashboardDrillToCustomUrlRequested | DashboardDrillToDashboardRequested | DashboardDrillToInsightRequested | DashboardDrillToLegacyDashboardRequested | DashboardDrillRequested | DashboardDrillableItemsChanged | CreateInsightRequested | CreateAttributeHierarchyRequested | DeleteAttributeHierarchyRequested;
References: DashboardInitialized, DashboardDeinitialized, DateFilterValidationFailed, DashboardSaved, DashboardCopySaved, DashboardRenderRequested, DashboardAsyncRenderRequested, DashboardAsyncRenderResolved, DashboardRenderResolved, DashboardSharingChanged, DashboardRenderModeChanged, DashboardCommandStarted, DashboardCommandFailed, DashboardCommandRejected, DashboardQueryFailed, DashboardQueryRejected, DashboardQueryStarted, DashboardQueryCompleted, DashboardRenamed, DashboardWasReset, DashboardExportToPdfRequested, DashboardExportToPdfResolved, DashboardUserInteractionTriggered, DashboardDateFilterSelectionChanged, DashboardAttributeFilterAdded, DashboardAttributeFilterRemoved, DashboardAttributeFilterMoved, DashboardAttributeFilterSelectionChanged, DashboardAttributeTitleChanged, DashboardAttributeSelectionModeChanged, DashboardAttributeFilterParentChanged, DashboardFilterContextChanged, DashboardLayoutSectionAdded, DashboardLayoutSectionMoved, DashboardLayoutSectionRemoved, DashboardLayoutSectionHeaderChanged, DashboardLayoutSectionItemsAdded, DashboardLayoutSectionItemReplaced, DashboardLayoutSectionItemMoved, DashboardLayoutSectionItemRemoved, DashboardLayoutChanged, DashboardKpiWidgetHeaderChanged, DashboardKpiWidgetDescriptionChanged, DashboardKpiWidgetConfigurationChanged, DashboardKpiWidgetMeasureChanged, DashboardKpiWidgetFilterSettingsChanged, DashboardKpiWidgetComparisonChanged, DashboardKpiWidgetDrillRemoved, DashboardKpiWidgetDrillSet, DashboardKpiWidgetChanged, DashboardInsightWidgetHeaderChanged, DashboardInsightWidgetDescriptionChanged, DashboardInsightWidgetFilterSettingsChanged, DashboardInsightWidgetVisPropertiesChanged, DashboardInsightWidgetVisConfigurationChanged, DashboardInsightWidgetInsightSwitched, DashboardInsightWidgetDrillsModified, DashboardInsightWidgetDrillsRemoved, DashboardInsightWidgetChanged, DashboardInsightWidgetExportRequested, DashboardInsightWidgetExportResolved, DashboardInsightWidgetRefreshed, DashboardRichTextWidgetContentChanged, DashboardVisualizationSwitcherWidgetVisualizationAdded, DashboardVisualizationSwitcherWidgetVisualizationsUpdated, DashboardWidgetExecutionStarted, DashboardWidgetExecutionSucceeded, DashboardWidgetExecutionFailed, DashboardAlertCreated, DashboardAlertSaved, DashboardScheduledEmailCreated, DashboardScheduledEmailSaved, DashboardDrillDownResolved, DashboardDrillToAttributeUrlResolved, DashboardDrillToCustomUrlResolved, DashboardDrillToDashboardResolved, DashboardDrillToInsightResolved, DashboardDrillToLegacyDashboardResolved, DashboardDrillResolved, DashboardDrillDownRequested, DashboardDrillToAttributeUrlRequested, DashboardDrillToCustomUrlRequested, DashboardDrillToDashboardRequested, DashboardDrillToInsightRequested, DashboardDrillToLegacyDashboardRequested, DashboardDrillRequested, DashboardDrillableItemsChanged
Remarks
Note: while this type is marked as public most of the events are currently an alpha-level API that we reserve to change in the following releases. If you use those events now, upgrading to the next version of @gooddata/sdk-ui-dashboard
will likely result in breakage.