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

    Interface WixBreadcrumb

    A breadcrumb entry describing the product's position in the category tree.

    interface WixBreadcrumb {
        id: string;
        name: string;
        slug: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the breadcrumb node

    name: string

    Display name of the breadcrumb node

    slug: string

    URL slug of the breadcrumb node