interface AttributeGroupDraft {
    attributes: AttributeReference[];
    description?: LocalizedString;
    key?: string;
    name: LocalizedString;
}

Properties

attributes: AttributeReference[]

Attributes with unique values.

description?: LocalizedString

Description of the AttributeGroup.

key?: string

User-defined unique identifier for the AttributeGroup.

Name of the AttributeGroup.

Generated using TypeDoc