Skip to content

Rule.io SDK


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?

optional content?: 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