Skip to content

zeropdf v1.3.0


zeropdf / TemplateTableBlock

Interface: TemplateTableBlock

Defined in: src/types.ts:1572

Template block for rendering a table.

Properties

PropertyTypeDescriptionDefined in
class?string | readonly string[]Stylesheet class name(s) applied beneath inline options.src/types.ts:1580
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1582
options?FlowTableOptionsOptions that control this item.src/types.ts:1578
rowsreadonly TableRow[]Table rows to render.src/types.ts:1576
type"table"Discriminator identifying this option or command shape.src/types.ts:1574

Released under the ISC license.