Block

Represents a block within a grid layout on a page. A Block can be any type of cell that spans multiple rows and columns.

Inheritors

Properties

Link copied to clipboard
abstract val columnSpan: Int

The number of columns this block spans within the grid.

Link copied to clipboard
abstract val rowSpan: Int

The number of rows this block spans within the grid.

Link copied to clipboard

The BlockType of the block.