DashboardStateChangeCallback
Home > @gooddata/sdk-ui-dashboard > DashboardStateChangeCallback
DashboardStateChangeCallback type
Callback called whenever the Dashboard's internal state changes.
Signature:
export type DashboardStateChangeCallback = (state: DashboardState, dispatch: DashboardDispatch) => void;
References: DashboardState, DashboardDispatch