Table Row
A row within a Table.
This schema type is marked as unstable ⚠️ and is subject to change.
Properties
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
cells | stencila:cells | Array of TableCell | An array of cells in the row. | TableRow |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
rowType | stencila:rowType | 'Header', 'Footer' | If present, indicates that all cells in this row should be treated as header cells. | TableRow |
Related
- Parent: Entity
- Descendants: None
Available as
- JSON-LD
- JSON Schema
- Python
class TableRow
- TypeScript
interface TableRow
- R
class TableRow
- Rust
struct TableRow
Source
This documentation was generated from TableRow.schema.yaml.