Scenario
One complete, self-consistent property-facts dataset an author picks per fixture.
One complete, self-consistent property-facts dataset an author picks per fixture. Carries FACTS ONLY — never slot-shaped data — so the kit never learns a template’s slot names; a section’s fixture module sources every slot from a scenario directly, via a derived helper, or as an AI-fill sample grounded in these facts.
Import from @homepages/template-kit/fixtures.
Signature
Section titled “Signature”export type Scenario = { key: ScenarioKey; label: string; facts: PropertyFacts; photos: PhotoFixture[]; pois: PoiFixture[]; amenities: AmenityItem[]; contacts: ContactFixture[]; media: MediaFixture; documents: DocumentFixture[];};