Interface: TemplateTableBlock
Template block for rendering a table.
Properties
| Property | Type | Description |
|---|---|---|
class? | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. |
keepWithNext? | boolean | Whether this block should stay on the same page as the following block when possible. |
options? | FlowTableOptions | Options that control this item. |
rows | readonly TableRow[] | Table rows to render. |
type | "table" | Discriminator identifying this option or command shape. |