DashboardSelectorEvaluator
Home > @gooddata/sdk-ui-dashboard > DashboardSelectorEvaluator
DashboardSelectorEvaluator type
Type of a callback that evaluates a selector function against the Dashboard state
Signature:
export type DashboardSelectorEvaluator = <TResult>(selector: DashboardSelector<TResult>) => TResult;
References: DashboardSelector