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

    Represents a selectable category/filter tab within a specific catalog strategy.

    interface CatalogCategory {
        id: string;
        label: string;
        slug: string;
    }
    Index

    Properties

    Properties

    id: string

    The internal identifier used for state matching (e.g., "week-discounts").

    label: string

    The human-readable name displayed in the UI.

    slug: string

    The full URL path and query string used for routing.