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