Dankoss Docs - v0.1.0
    Preparing search index...

    Interface SubItem

    Represents the deepest level of the catalog hierarchy (Level 3). Typically rendered as a clickable link or specific filter item. *

    interface SubItem {
        href?: string;
        name: string;
    }
    Index

    Properties

    Properties

    href?: string

    Optional URL path. If omitted, the item might function as a client-side filter rather than a direct link.

    name: string

    The display name of the item (e.g., "Apples & Pears").