Skip to content
HomePagesHomePages template kit

DerivedFactRef

A slot's `derived` binding: a value the section's own `compute()` fn produces, keyed by the slot's own name.

A slot’s derived binding: a value the section’s own compute() fn produces, keyed by the slot’s own name. No fact.* entry emits one — the fact namespace is direct-only — so defineSchema’s compute() rewrite is the sole producer of this shape.

Import from @homepages/template-kit.

export type DerivedFactRef = {
kind: "derived";
transform: string;
};