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

    Interface VWRImage

    A product image reference returned inline on a VWR search product.

    interface VWRImage {
        url: string;
        imageType?: string;
        format?: string;
        altText?: string;
    }
    Index

    Properties

    url: string

    Absolute URL to the rendered image asset.

    imageType?: string

    Image role, e.g. "PRIMARY".

    format?: string

    Image format, e.g. "original".

    altText?: string

    Alt text for the image.