Saxonberg Server API
    Preparing search index...

    Public shape added by DoorBearingMixin.

    interface DoorBearing {
        getDoor(): default | null;
        setDoor(door: default | null): void;
    }
    Index

    Methods