Groupings of items for an attribute.

interface AttributeItemGroup {
    categoryIds?: string[];
    key: string;
    value: string;
}

Properties

categoryIds?: string[]

Category ids linked to this attribute item group

key: string

Key for this attribute item group (links to groupName on the attribute items)

value: string

Readable value for this attribute item group

Generated using TypeDoc