ShoppableImage

data class ShoppableImage<T>(val imageParams: ShoppableImageBackgroundParams, val products: List<ShoppableImageItem<T?>>, val modifier: Modifier = Modifier, val selectedProduct: T? = null, val showDots: Boolean = true, val shopAllButtonParams: ShopAllButtonParams? = null, val onSelected: (T?) -> Unit) : MediaContainer

Constructors

Link copied to clipboard
constructor(imageParams: ShoppableImageBackgroundParams, products: List<ShoppableImageItem<T?>>, modifier: Modifier = Modifier, selectedProduct: T? = null, showDots: Boolean = true, shopAllButtonParams: ShopAllButtonParams? = null, onSelected: (T?) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val onSelected: (T?) -> Unit
Link copied to clipboard
Link copied to clipboard
val selectedProduct: T? = null
Link copied to clipboard
Link copied to clipboard
val showDots: Boolean = true