ChosenRows
Rows the model originates by picking from the row's own select vocabulary — what `chooseFrom` returns, and the one thing a record list slot's own `fill:` may hold.
Rows the model originates by picking from the row’s own select vocabulary —
what chooseFrom returns, and the one thing a record list slot’s own
fill: may hold.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface ChosenRows { mode: "choose"; count: { min: number; max: number; }; pick: string;}