backend
Home > @gooddata/sdk-ui-dashboard > IDashboardBaseProps > backend
IDashboardBaseProps.backend property
Analytical backend from which the dashboard obtains data to render.
Signature:
backend?: IAnalyticalBackend;
Remarks
If you do not specify instance of analytical backend using this prop, then you MUST have BackendProvider up in the component tree.