Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / RcmlContentSpec

Type Alias: RcmlContentSpec

RcmlContentSpec = { type: "leaf"; } | { type: "rcml-content"; } | { type: "inline-rcml-content"; } | { allowedChildren: string[]; maxChildren?: number; type: "children"; }

Defined in: rcml/src/email/rcml-spec.ts:24

How a tag carries its child content.