sempdf
sempdf v1.9.1Interfaces

Interface: TemplateSectionBlock

sempdf v1.9.1


sempdf / TemplateSectionBlock

Defined in: src/types.ts:1931

Template block that groups child blocks under a structure container.

Properties

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

On this page