Carousel Block
data class CarouselBlock(val rowSpan: Int, val columnSpan: Int, val images: List<Publication.Page.Cell.ImageBlock>, val configuration: CarouselConfig) : Publication.Page.Cell.Block
The carousel content of a Publication.Page. Multiple CarouselBlocks are laid out in an adaptive grid, each of which contain a list of images and possibly a list of products.
Constructors
Link copied to clipboard
constructor(rowSpan: Int, columnSpan: Int, images: List<Publication.Page.Cell.ImageBlock>, configuration: CarouselConfig)
Properties
Link copied to clipboard
The number of columns that this CarouselBlock spans.
Link copied to clipboard
Link copied to clipboard
The list of ImageBlocks that are in this CarouselBlock.
Link copied to clipboard
The number of rows that this CarouselBlock spans.
Link copied to clipboard
The BlockType of the block.