Saxonberg Server API
    Preparing search index...
    • Type Parameters

      Parameters

      Returns {
          _mixinName: string;
          persistentFields: string[];
          prototype: __type<any>;
          new (...args: any[]): __type;
      } & TBase

        • new (...args: any[]): __type
        • Parameters

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • persistentFields: string[]

        The hydrator round-trips _subjectSubscriptions by reflection. Stored as a plain JSON object (subjectId → {followed, mutedSurfaces}); structured-value persistence per the ContactsMixin._contacts precedent. Default {} hydrates legacy avatar docs (no field) cleanly.

      • prototype: __type<any>