existingDashboardTransformFn
Home > @gooddata/sdk-ui-dashboard > DashboardModelCustomizationFns > existingDashboardTransformFn
DashboardModelCustomizationFns.existingDashboardTransformFn property
Provide a function that will be used during dashboard initialization of an existing dashboard.
Signature:
existingDashboardTransformFn?: DashboardTransformFn;
Remarks
This function will be called after the dashboard is loaded from backend and before it is dispatched for cleanup, sanitization and storage in the Dashboard component state.
- If the function is not defined, results in an error or returns
undefined
, then the original dashboard will be used as-is.