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.
The basebar of a Publication.Page. When present, this is a full-width image that is pinned to the top of the Footer.