Attribute type for plain enum values. Useful for predefined language-agnostic values selectable in drop downs when only one value should be selected. Use AttributeSetType of AttributeEnumType instead if multiple values can be selected from the list.

interface AttributeEnumType {
    name: "enum";
    values: AttributePlainEnumValue[];
}

Properties

Properties

name: "enum"

Available values that can be assigned to Products.

Generated using TypeDoc