Home

Table Row

Properties

The TableRow type has these properties:

NameDescriptionTypeInherited from
idThe identifier for this item.StringEntity
cellsAn array of cells in the row.TableCell*-
rowTypeThe type of row.TableRowType-

Related

The TableRow type is related to these types:

Bindings

The TableRow type is represented in:

Testing

During property-based (a.k.a generative) testing, the properties of the TableRow type are generated using the following strategies.

PropertyComplexityDescriptionStrategy
cellsMin+Generate a single, arbitrary, table cell.vec(TableCell::arbitrary(), size_range(1..=1))
Low+Generate two, arbitrary, table cells.vec(TableCell::arbitrary(), size_range(2..=2))
High+Generate four, arbitrary, table cells.vec(TableCell::arbitrary(), size_range(4..=4))
MaxGenerate up to eight, arbitrary, table cells.vec(TableCell::arbitrary(), size_range(1..=8))

This documentation was generated from TableRow.yaml by docs_types.rs.

© 2026 Stencila