Skip to content

zeropdf v1.3.0


zeropdf / TemplateSectionBlock

Interface: TemplateSectionBlock

Defined in: src/types.ts:1622

Template block that groups child blocks under a structure container.

Properties

PropertyTypeDescriptionDefined in
blocksreadonly TemplateBlock[]Child template blocks to render.src/types.ts:1630
keepWithNext?booleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1632
role?PdfContainerTagStructure role used to tag this content.src/types.ts:1626
structure?PdfStructureOptionsAdditional structure metadata for tagged PDF output.src/types.ts:1628
type"section"Discriminator identifying this option or command shape.src/types.ts:1624

Released under the ISC license.