sempdf v1.9.1Interfaces
Interface: TemplateSectionBlock
sempdf / TemplateSectionBlock
Defined in: src/types.ts:1931
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:1939 |
keepWithNext? | boolean | Whether this block should stay on the same page as the following block when possible. | src/types.ts:1941 |
role? | PdfContainerTag | Structure role used to tag this content. | src/types.ts:1935 |
structure? | PdfStructureOptions | Additional structure metadata for tagged PDF output. | src/types.ts:1937 |
type | "section" | Discriminator identifying this option or command shape. | src/types.ts:1933 |