Saxonberg Server API
    Preparing search index...

    Witness hook fired on a smell source's immediate environment when the stored emission changes. Optional — implement only the host Containers that care. Same shape as LightSourceObserver.

    interface SmellSourceObserver {
        onSmellSourceChanged?(
            source: Stuff,
            oldConcentration: Quantity<"ppm">,
            newConcentration: Quantity<"ppm">,
            oldIdentity: string,
            newIdentity: string,
        ): void;
    }
    Index

    Methods