Interface: TemplateSectionBlock
Template block that groups child blocks under a structure container.
Properties
| Property | Type | Description |
|---|---|---|
blocks | readonly TemplateBlock[] | Child template blocks to render. |
keepWithNext? | boolean | Whether this block should stay on the same page as the following block when possible. |
role? | PdfContainerTag | Structure role used to tag this content. |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. |
type | "section" | Discriminator identifying this option or command shape. |