Skip to content

Rule.io SDK


Rule.io SDK / rcml/src / RcmlSectionChildren

Type Alias: RcmlSectionChildren

RcmlSectionChildren = readonly [RcmlGroup] | readonly RcmlColumn[]

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

Structural shape of <rc-section>'s children: either a list of columns, or a single group (never both, per the factory-level exclusivity guard enforced by createSectionElement).