Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / CreateSmsParagraphNodeOptions

Interface: CreateSmsParagraphNodeOptions

Defined in: rcml/src/sms/builders/nodes.ts:75

Options for createParagraphNode.

Properties

content?

optional content?: SmsInlineNode[]

Defined in: rcml/src/sms/builders/nodes.ts:80

Inline nodes that make up the paragraph. Omit or pass [] to construct an empty paragraph (the resulting node will have no content field).