TableRow

@ObjCName(name = "TeyaTableRow", exact = true)
data class TableRow(val cells: List<RowElement.Text>)

Represents a row within a table in a receipt. Each row consists of a list of text elements that serve as its cells.

Constructors

Link copied to clipboard
constructor(cells: List<RowElement.Text>)

Properties

Link copied to clipboard

A list of RowElement.Text objects defining the textual elements of the row. Each text element can have styling such as bold formatting and alignment.