Skip to content
HomePagesHomePages template kit

DisplayChoice

A `meta.display` entry's `fill:` — the model picks ONE case from the entry's own declared cases, steered by `pick` prose.

A meta.display entry’s fill: — the model picks ONE case from the entry’s own declared cases, steered by pick prose. What chooseFrom({ pick }) (no count) returns; a countless choice satisfies no record list’s fill:.

Import from @homepages/template-kit.

export interface DisplayChoice {
mode: "choose";
pick: string;
}