interface CategorizedItemCategory {
    items: CategorizedItem[];
    key: string;
    label: string;
}

Properties

Properties

All the items associated with this category.

key: string

The key of the category.

label: string

The label of the category.