TableRow
A row within a Table.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
cells (required) | stencila:cells | array[ TableCell ] |
An array of cells in the row. | TableRow |
type (required) | schema:type | enum{ TableRow } |
The name of the type. | Entity |
id | schema:id | string |
The identifier for this item. | Entity |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
rowType | stencila:rowType | enum{ header , footer } |
If present, indicates that all cells in this row should be treated as header cells. | TableRow |
Parent: Entity
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from TableRow.schema.yaml
.
Please help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by
creating a Markdown documentation
file🙏