Skip to main content

Interface: ProductThumb

Defines settings for a product thumbnail image.

This interface specifies how a product's thumbnail should be sourced and displayed, supporting both static pre-rendered images and dynamically generated views.

Properties

imageS3Path?

optional imageS3Path: string

Path to the thumbnail image in storage.

For static thumbnails, this points to the pre-rendered image file. For dynamic thumbnails, this may be undefined as the image is generated from the 3D model.


same?

optional same: boolean

When true, indicates this thumbnail is the same as another related thumbnail.

Used to optimize rendering by avoiding duplicate thumbnail generation when multiple views would be identical.


type

type: TabFileMode

Specifies whether the thumbnail is static or dynamically generated.

  • 'STATIC': Uses a pre-rendered image file
  • 'DYNAMIC': Generates the thumbnail from the 3D model on-demand