Skip to content
HomePagesHomePages template kit

ListFieldSlot

The slot kinds legal as a record item's field — any value primitive, or a field-level list whose own item is a single non-record slot.

The slot kinds legal as a record item’s field — any value primitive, or a field-level list whose own item is a single non-record slot. A record (a fields-carrying list) is never a field: identity is a flat 4-tuple, and there is no fifth element to address through.

Import from @homepages/template-kit.

export type ListFieldSlot = ListItemSlot | (ListSlot & {
fields?: never;
});