Class VDRSizeVisualisationConfiguration

Hierarchy

  • CommonSizeRecommendationRequestParameters
    • VDRSizeVisualisationConfiguration

Constructors

Properties

availableSizes: null | Set<string> = null

A set of available sizes for the garment. Setting this property will make sure the size recommendation returns the best fitting size that is part of the provided set of sizes.

measurementsConfig: null | string | Blob = null

A measurement config. The garment file itself might already contain this information.

size: null | string = null

The selected size to return the overlay for. Defaults to the recommended size.

sizeTable: null | string | Blob = null

A garments size table. The garment file itself might already contain this information.

sizeTableCreationData: null | SizeTableCreationData = null

A configuration of the size recommendation behavior and optional fit model chart data. This config can override the size recommendation behavior stored in a garment if corresponding tech pack data is present by creating a size table on the fly.

sizeVisualization?: ISizeVisualization

Generated using TypeDoc