Skip to content
HomePagesHomePages template kit

DirectFactRef

A slot's `direct` binding: the canonical field itself, writable when the catalog gives it a writeback.

A slot’s direct binding: the canonical field itself, writable when the catalog gives it a writeback.

Import from @homepages/template-kit.

export type DirectFactRef<F extends SourceFieldName> = {
kind: "direct";
field: F;
};