Appearance
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?
optionalindent?:string
Defined in: rcml/src/email/rcml-to-xml.ts:23
Indent unit when pretty is true. Default two spaces.
pretty?
optionalpretty?:boolean
Defined in: rcml/src/email/rcml-to-xml.ts:21
Pretty-print the output with newlines + indentation. Default true.