Skip to main content

Interface: AttributeDisplayItem

Defined in: composables/react/useProductSpecs.ts:19

A single product attribute prepared for display.

Properties

displayName

displayName: string

Defined in: composables/react/useProductSpecs.ts:23

Localized, human-readable attribute label.


name

name: string

Defined in: composables/react/useProductSpecs.ts:21

Raw attribute name.


type

type: string

Defined in: composables/react/useProductSpecs.ts:27

Attribute value type (e.g. 'TEXT').


values

values: string[]

Defined in: composables/react/useProductSpecs.ts:25

The attribute's value(s) as display strings.