Appearance
Rule.io SDK / rcml/src / RcmlSectionChildren
Type Alias: RcmlSectionChildren
RcmlSectionChildren = readonly [
RcmlGroup] | readonlyRcmlColumn[]
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).