Skip to content
HomePagesHomePages template kit

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.

export interface ChosenRows {
mode: "choose";
count: {
min: number;
max: number;
};
pick: string;
}