appendParagraph Method
Add and return a new paragraph. By default, the paragraph will be created with no styleOverrides, so that it inherits the style of this block.
appendParagraph(seedFromLast: booleanfalse): Paragraph
Parameter | Type | Description |
---|---|---|
seedFromLast | boolean | If true and paragraphs is not empty, the new paragraph will inherit the style overrides of the last Paragraph in this block. |
Returns - Paragraph
Defined in
Last Updated: 04 August, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.