Represents a thumbnail image entity with dimensions and URL path.
What does it unlock?
Thumbnail interface representing preview images. Contains image data and metadata for visual representation.
Practical Application
Preview image data: contains URLs and metadata for thumbnails used in product selectors, material swatch pickers,
and environment preview cards. Essential for building visual option pickers.
AI Coding Best Practices
Access thumbnailList arrays from materials, environments, and products. Use URLs directly in img tags.
Implement lazy loading for grids with many options. Consider preloading thumbnails for the currently visible category.
Represents a thumbnail image entity with dimensions and URL path.
What does it unlock?
Thumbnail interface representing preview images. Contains image data and metadata for visual representation.
Practical Application
Preview image data: contains URLs and metadata for thumbnails used in product selectors, material swatch pickers, and environment preview cards. Essential for building visual option pickers.
AI Coding Best Practices
Access thumbnailList arrays from materials, environments, and products. Use URLs directly in img tags. Implement lazy loading for grids with many options. Consider preloading thumbnails for the currently visible category.