ClickableProduct

data class ClickableProduct(val sku: String, val clickRegions: List<ClickRegion>, val productData: Map<String, String>? = null)(source)

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

Constructors

Link copied to clipboard
constructor(sku: String, clickRegions: List<ClickRegion>, productData: Map<String, String>? = null)

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
Link copied to clipboard
val sku: String

The SKU (product identifier).