sempdf
sempdf v1.9.1Interfaces

Interface: TemplateTableBlock

sempdf v1.9.1


sempdf / TemplateTableBlock

Defined in: src/types.ts:1881

Template block for rendering a table.

Properties

PropertyTypeDescriptionDefined in
class?ClassNameInputStylesheet class name(s) applied beneath inline options.src/types.ts:1889
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1891
options?FlowTableOptionsOptions that control this item.src/types.ts:1887
rowsreadonly TableRow[]Table rows to render.src/types.ts:1885
type"table"Discriminator identifying this option or command shape.src/types.ts:1883

On this page