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