DashboardEventEvalFn
Home > @gooddata/sdk-ui-dashboard > DashboardEventEvalFn
DashboardEventEvalFn type
Signature:
export type DashboardEventEvalFn = (event: DashboardEvents | ICustomDashboardEvent) => boolean;
References: DashboardEvents, ICustomDashboardEvent