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(props?: ParagraphProps, seedFromLast: booleanfalse): Paragraph

@note Be sure you pass in ParagraphProps and not Paragraph or style overrides will be ignored.

Parameter Type Description
props ParagraphProps  
seedFromLast boolean If true and children is not empty, the new paragraph will inherit the style overrides of the last child in this block.

Returns - Paragraph

Defined in

Last Updated: 07 October, 2025