ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface ChemsaversImage

    A single product image from the Chemsavers catalog.

    interface ChemsaversImage {
        urlStandard: string;
        urlThumbnail: string;
        isThumbnail: boolean;
        sortOrder: number;
        description: string;
    }
    Index

    Properties

    urlStandard: string

    Full-size image URL

    urlThumbnail: string

    Thumbnail image URL

    isThumbnail: boolean

    Whether this image is the product's primary thumbnail

    sortOrder: number

    Display order among the product's images

    description: string

    Image description / alt text