TableRow

data class TableRow(val cells: List<Block.TableCell>) : Block

A row of cells in a table.

Constructors

Link copied to clipboard
constructor(cells: List<Block.TableCell>)

Properties

Link copied to clipboard

the cells in this row.