✅ You are viewing documentation for the latest version of Compose SDK.
Version:

# Type alias DashboardChangeEvent

DashboardChangeEvent: DashboardFiltersPanelCollapseChangedEvent | DashboardFiltersUpdatedEvent | DashboardWidgetsDeletedEvent | DashboardWidgetsPanelIsEditingChangedEvent | DashboardWidgetsPanelLayoutUpdatedEvent

Events that can be triggered by the Dashboard component

# Example

Example of a filters update event:

{ type: 'filters/updated', payload: filters }