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

    Interface EpagesImage

    A single product image with its ePages size classifier.

    interface EpagesImage {
        url: string;
        classifier: string;
        width?: number;
        height?: number;
    }
    Index

    Properties

    url: string

    Image URL.

    classifier: string

    Size classifier (e.g. "Thumbnail", "Small", "Medium", "Large", "HotDeal").

    width?: number

    Pixel width, when reported.

    height?: number

    Pixel height, when reported.