Skip to main content

au-widget-design-editor/interfaces/rendering-options

Type Aliases

THiResImagesOptions

type THiResImagesOptions = Omit<IFinishProductDesignOptions,
| "stateId"
| "proofMaxWidth"
| "proofMaxHeight"
| "pregeneratePreviewImages"
| "fileName">;

TProofImagesOptions

type TProofImagesOptions = Omit<IGetProofImagesOptions,
| "maxWidth"
| "maxHeight"
| "pregeneratePreviewImages"
| "generateProductProof"
| "generateLargePreviews"
| "largePreviewMaxWidth"
| "largePreviewMaxHeight">;
Was this page helpful?