Saxonberg Server API
    Preparing search index...

    Public shape added by AdornmentMixin.

    interface Adornment {
        getAdornedTo(): Stuff & Adornable | null;
        setAdornedTo(host: Stuff & Adornable | null): void;
    }
    Index

    Methods