sempdf
sempdf v1.9.1Interfaces

Interface: TemplateHeadingBlock

sempdf v1.9.1


sempdf / TemplateHeadingBlock

Defined in: src/types.ts:1684

Template block for rendering a heading.

Properties

PropertyModifierTypeDescriptionDefined in
annotations?readonlyreadonly ParagraphTextAnnotation[]Inline annotations anchored to substrings of the rendered heading text.src/types.ts:1693
class?readonlyClassNameInputStylesheet class name(s) applied beneath inline options.src/types.ts:1691
keepWithNext?readonlybooleanWhether this block should stay on the same page as the following block when possible.src/types.ts:1695
options?readonlyFlowHeadingOptionsOptions that control this item.src/types.ts:1689
textreadonlystringText content to render or inspect.src/types.ts:1687
typereadonly"heading"-src/types.ts:1685

On this page