Basebar

data class Basebar(val imageUrl: String, val aspectRatio: Double, val products: List<ClickableProduct> = emptyList())

The basebar of a Publication.Page. When present, this is a full-width image that is pinned to the top of the Footer.

Constructors

Link copied to clipboard
constructor(imageUrl: String, aspectRatio: Double, products: List<ClickableProduct> = emptyList())

Properties

Link copied to clipboard

The aspect ratio of this Basebar's image. This is used to determine the width/height (secondary axis) of the Basebar.

Link copied to clipboard

The URL for this Basebar's image.

Link copied to clipboard