Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / RCMLDocumentRoot

Interface: RCMLDocumentRoot

Defined in: rcml/src/email/rcml-types.ts:77

Minimal structural shape of an RCML document root.

Lives here so vendor-contract templateBuilder return types stay compatible without depending on the full rcml tree. RcmlDocument (below) extends this interface; function-return covariance means any function returning RcmlDocument also satisfies a position expecting RCMLDocumentRoot.

Extended by

Properties

tagName

readonly tagName: "rcml"

Defined in: rcml/src/email/rcml-types.ts:78