ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface MenuItem

    Represents a navigation menu item in the Carolina system. Contains link information, display properties, and optional category identification.

    interface MenuItem {
        link: string;
        description: string;
        productCategoryId?: string;
        displayName: string;
        imageUrl: string;
    }
    Index

    Properties

    link: string

    URL for the menu item

    description: string

    Descriptive text for the menu item

    productCategoryId?: string

    Optional product category identifier

    displayName: string

    Name shown in the UI

    imageUrl: string

    URL for the menu item's associated image