Saxonberg Server API
    Preparing search index...

    Public shape provided by SurfacedMixin.

    interface Surfaced {
        canRest(item: Stuff & Containable): boolean;
        getResting(): readonly (Stuff & Containable)[];
        getUserFacingDetail(): string | undefined;
        setUserFacingDetail(v: string | undefined): void;
    }
    Index

    Methods

    • MQL keyword bridge. If set, put X on <keyword> resolves the keyword against the host's Detailed map and lands on this surface. Mirrors SlotSpec.userFacingDetail (see slot.md § Detail-targeted resolution).

      Returns string | undefined