Footer

data class Footer(val basebar: Publication.Page.Cell.Footer.Basebar?, val disclaimer: String?) : Publication.Page.Cell

The footer of a Publication.Page. Typically this is where Basebars and Disclaimers are displayed. Footers are page-width, pinned to the bottom of the page (below the Content).

Constructors

Link copied to clipboard
constructor(basebar: Publication.Page.Cell.Footer.Basebar?, disclaimer: String?)

Types

Link copied to clipboard
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.

Properties

Link copied to clipboard

The disclaimer of a Publication.Page. When present, this is a text string that is pinned to the bottom of the Footer.