Skip to content
HomePagesHomePages template kit

RowOrigination

How a collection's rows come into existence — the emitted decision's `rows:` axis.

How a collection’s rows come into existence — the emitted decision’s rows: axis.

Import from @homepages/template-kit.

export type RowOrigination = ChosenRows | {
mode: "facts";
iterate: IterableFactsField;
};