Items to list for an attribute (when using Select or Multiselect)

interface AttributeItem {
    groupName?: string;
    key: string;
    value: string;
}

Hierarchy (view full)

Properties

Properties

groupName?: string
key: string

Key for this attribute item option

value: string

Readable value for this attribute item option

Generated using TypeDoc