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

    Interface EpagesAttributeSelection

    A selected variation attribute (e.g. size "500 ml").

    interface EpagesAttributeSelection {
        name: string;
        displayName: string;
        value: string;
        displayValue: string;
    }
    Index

    Properties

    name: string

    Internal attribute name (e.g. "Milliliter").

    displayName: string

    Human-facing attribute label (e.g. "Größe").

    value: string

    Raw value (e.g. "500 ml", "25_l").

    displayValue: string

    Localized display value (e.g. "500 ml", "2,5 l").