Skip to content
HomePagesHomePages template kit

CollectionRowValues

The row type each bakeable fact array projects — one entry per collection an record list may bind whole-row (`source: fact.property.units` / `fact.property.contacts`).

The row type each bakeable fact array projects — one entry per collection an record list may bind whole-row (source: fact.property.units / fact.property.contacts). SlotValue uses the bound collection’s entry as the base row type for such a slot, so SectionProps types its rows as the projection the renderer actually receives rather than synthesizing a row from the declared fields.

Import from @homepages/template-kit.

export type CollectionRowValues = {
units: UnitRow;
contacts: ContactRow;
comparables: ComparableRow;
};