slotDefTypes
The discriminator literal of every `SlotDef` union member, in declaration order — read off the built union rather than the descriptor keys, so it also guards against a member missing from the enumerated member list.
The discriminator literal of every SlotDef union member, in declaration
order — read off the built union rather than the descriptor keys, so it
also guards against a member missing from the enumerated member list.
Import from @homepages/template-kit.
Signature
Section titled “Signature”function slotDefTypes(): SlotType[]Returns
Section titled “Returns”("number" | "document" | "text" | "select" | "image" | "list" | "poi" | "url" | "video" | "tour")[]