Grid

data class Grid(val rows: Int, val columns: Int, val aspectRatio: Double)

The grid of items on a Publication.Page.

Constructors

Link copied to clipboard
constructor(rows: Int, columns: Int, aspectRatio: Double)

Properties

Link copied to clipboard
Link copied to clipboard

The number of columns in the grid.

Link copied to clipboard
val rows: Int

The number of rows in the grid.