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 }