Back to Website
Show / Hide Table of Contents

Interface Editor.IProofResult

A structure used by Editor.getProofImages() to store a return value.

Package: @aurigma/design-editor-iframe
Examples
// Getting links to proof images.
let links = await editor.getProofImages({maxHeight: 720, maxWidth: 720, pregeneratePreviewImages: true})
    // If an error occurred while getting links to proof images.
    .catch(error => console.error("Getting proof images failed with exception: ", error));

// When the links to proof images have been generated successfully, get them from the promise properties.
let proofImageUrls = links.proofImageUrls;

Properties

proofImageUrls

An array of temporary links to proof images.

Declaration
proofImageUrls: string[][];
Property Value
Type Description
string[][]

An array of temporary links to proof images.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback