CarouselBlock

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
open override val columnSpan: Int

The number of columns that this CarouselBlock spans.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val rowSpan: Int

The number of rows that this CarouselBlock spans.

Link copied to clipboard

The BlockType of the block.