Skip to content
HomePagesHomePages template kit

SlotReadRef

A slot a rule reads, resolved to the section instance that holds it.

A slot a rule reads, resolved to the section instance that holds it. Instance ids are stable and identical in the bundle, the composition and the stored content_doc, so no composition key is involved.

Import from @homepages/template-kit.

export interface SlotReadRef {
readonly instanceId: string;
readonly slot: string;
}