Home > @uniformdev/richtext > ParagraphNode

ParagraphNode interface

Signature:

interface ParagraphNode extends RichTextNode 

Extends: RichTextNode

Properties

PropertyModifiersTypeDescription
direction?'ltr' | 'rtl' | null(Optional)
format?'center' | 'end' | 'justify' | 'left' | 'match-parent' | 'right' | 'start'(Optional)