SlotGroupDef
A first-class sidebar grouping: collapses its member slots into one editor card.
A first-class sidebar grouping: collapses its member slots into one editor
card. members is nestable — a bare slot id is a full-width row, a
[a, b] tuple is one 2-up row.
Import from @homepages/template-kit.
Signature
Section titled “Signature”const SlotGroupDef: z.ZodObject<{ id: z.ZodString; label: z.ZodString; members: z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodTuple<[z.ZodString, z.ZodString], null>]>>; }, z.core.$strict>