TableCell

data class TableCell(val inlines: List<Inline>) : Block

A single cell in a table row.

Constructors

Link copied to clipboard
constructor(inlines: List<Inline>)

Properties

Link copied to clipboard

the inline content of the cell.