Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / RcmlToXmlOptions

Type Alias: RcmlToXmlOptions

RcmlToXmlOptions = object

Defined in: rcml/src/email/rcml-to-xml.ts:19

Options for rcmlToXml.

Properties

indent?

optional indent?: string

Defined in: rcml/src/email/rcml-to-xml.ts:23

Indent unit when pretty is true. Default two spaces.


pretty?

optional pretty?: boolean

Defined in: rcml/src/email/rcml-to-xml.ts:21

Pretty-print the output with newlines + indentation. Default true.