Content

data class Content(val blocks: List<Publication.Page.Cell.Block>)

A page-centric container for a list of Blocks. The content occupies the majority of the visible area of a page, and is located between the Header and Footer.

Constructors

Link copied to clipboard
constructor(blocks: List<Publication.Page.Cell.Block>)

Properties

Link copied to clipboard

The list of Blocks that are in this Content.