Home

Table Row Type

This is an enumeration used in Stencila Schema for the structural role of a table row.

It exists so rows can be identified as header, body, or footer rows using a stable vocabulary that maps cleanly across formats.

See TableRow.rowType for the property that uses this enumeration.

Analogues

The following external types, elements, or nodes are similar to a TableRowType:

  • HTML table section semantics: Approximate analogue because HTML distinguishes header, body, and footer by row groups such as <thead>, <tbody>, and <tfoot> rather than a row-type enumeration.

Members

The TableRowType type has these members:

MemberDescription
HeaderRow-
BodyRow-
FooterRow-

Bindings

The TableRowType type is represented in:


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

© 2026 Stencila