Appearance
Rule.io SDK / rcml/src / ParagraphNode
Type Alias: ParagraphNode
ParagraphNode =
object
Defined in: rcml/src/email/content/json-validator/types.ts:120
A paragraph block node. content is omitted for empty paragraphs.
Properties
content?
optionalcontent?:InlineNode[]
Defined in: rcml/src/email/content/json-validator/types.ts:123
Inline children. Omitted when the paragraph is empty.
type
type:
"paragraph"
Defined in: rcml/src/email/content/json-validator/types.ts:121