Config used when Exporting via API, allows fine grained exporting

TypeScript
export interface

Properties

PropertyDescription
exportParamsFunction to modify export params; receives default params & returns modified params
showProgressIndicatorWhether to show progress indicator

Property Details

exportParams

Function to modify export params; receives default params & returns modified params

TypeScript
exportParams?: (defaultExportParams: CustomExportParams) => CustomExportParams;
Property Value

(defaultExportParams:CustomExportParams) =>CustomExportParams

showProgressIndicator

Whether to show progress indicator

TypeScript
showProgressIndicator?: boolean;
Property Value

boolean