existingExportTransformFn
Home > @gooddata/sdk-ui-dashboard > DashboardModelCustomizationFns > existingExportTransformFn
DashboardModelCustomizationFns.existingExportTransformFn property
Provide a function that will be used during dashboard export initialization of an existing dashboard.
Signature:
existingExportTransformFn?: DashboardLayoutExportTransformFn;
Remarks
This function will be called after the dashboard is loaded from backend transformed by another plugins and before is rendered to the export. This will be not stored in the state.
- If the function is not defined, results in an error or returns
undefined
, then the original dashboard export transformation will be used as-is.