Interface: TemplateHeadingBlock
Template block for rendering a heading.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
annotations? | readonly | readonly ParagraphTextAnnotation[] | Inline annotations anchored to substrings of the rendered heading text. |
class? | readonly | string | readonly string[] | Stylesheet class name(s) applied beneath inline options. |
keepWithNext? | readonly | boolean | Whether this block should stay on the same page as the following block when possible. |
options? | readonly | FlowHeadingOptions | Options that control this item. |
text | readonly | string | Text content to render or inspect. |
type | readonly | "heading" | - |