DashboardSelector
Home > @gooddata/sdk-ui-dashboard > DashboardSelector
DashboardSelector type
Function that selects part of the Dashboard state.
Signature:
export type DashboardSelector<TResult> = (state: DashboardState) => TResult;
References: DashboardState