Interface: TemplateParagraphBlock
Template block for rendering a paragraph.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
annotations? | readonly | readonly ParagraphTextAnnotation[] | Inline annotations anchored to specific substrings of the rendered 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 | FlowTextOptions | Options that control this item. |
text | readonly | string | Text content to render or inspect. |
type | readonly | "paragraph" | - |