Interface Property

A simple property type.

Hierarchy

  • Property

Properties

position?: number

The position of the property in the product's property editor.

propertyId: string

The unique id of the property.

propertyText?: Record<string, string>

Localized property text. Key is ISO 639-1 language code.

valueId?: string

The optional id of the property's current value.

valueText?: Record<string, string>

The localized text of the value. Needed if valueId cannot be resolved in Values.

values?: Value[]

The values of the property.

Generated using TypeDoc