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

    Interface WixRibbonWithId

    A ribbon (badge) with an identifier and the number of products carrying it.

    interface WixRibbonWithId {
        id: string;
        name: string;
        productAmount: number;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the ribbon

    name: string

    Display name of the ribbon

    productAmount: number

    Number of products that carry this ribbon