onDashboardFilterChange

onDashboardFilterChange

To detect changes to dashboard filters, use the onDashboardFilterChange callback function.

For example:

<Vizzly.Dashboard 
  onDashboardFilterChange={(dashboardFilters) => {
    console.log('Dashboard filter have changed to', dashboardFilters)
  }}
  // ... rest of the props
/>