getDashboardSelectForDashboard()
Home > @gooddata/sdk-ui-dashboard > DashboardStoreAccessorRepository > getDashboardSelectForDashboard
DashboardStoreAccessorRepository.getDashboardSelectForDashboard() method
Gets the correct DashboardSelectorEvaluator for given dashboard from the accessors map.
Signature:
static getDashboardSelectForDashboard(dashboard: ObjRef | string): DashboardSelectorEvaluator;
Parameters
Parameter |
Type |
Description |
---|---|---|
dashboard |
ObjRef | string |
an ObjRef of the dashboard, or its id as a string |
Returns: