Saxonberg Server API
    Preparing search index...

    Internal SlotRef — naming the (host, slot-name) pair the controller sits at. Exported so sibling override mixins in the same family can name the type, NOT as inter-Stuff contract.

    interface SlotRef {
        host: Stuff & Slotted;
        name: string;
    }
    Index

    Properties

    Properties

    host: Stuff & Slotted
    name: string