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

    Interface Magento2MediaGalleryEntry

    Single entry in a Magento 2 product's media_gallery.

    const entry: Magento2MediaGalleryEntry = {
    url: "https://www.example.com/media/catalog/product/cache/abc/P/6/P693472.jpg",
    label: "Potassiumoxalate - ≥99% CAS No(583-52-8) by Aladdin Scientific",
    position: 1
    };
    interface Magento2MediaGalleryEntry {
        url: string;
        label: null | string;
        position?: number;
    }
    Index

    Properties

    Properties

    url: string

    Absolute URL to the media asset

    label: null | string

    Human-readable label for the asset

    position?: number

    Display position of the asset within the gallery