ClickableProduct

data class ClickableProduct(val sku: String, val clickRegions: List<ClickRegion>)

A product, within a `Block` that can be clicked on.

Constructors

Link copied to clipboard
constructor(sku: String, clickRegions: List<ClickRegion>)

Properties

Link copied to clipboard

A list of ClickRegions representing the locations in the Block that should associate to the product.

Link copied to clipboard
val sku: String

The SKU (product identifier).