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