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

      Parameters

      Returns {
          _mixinName: string;
          fieldMarshallers: {
              _gravity: string;
              _humidity: string;
              _pressure: string;
              _temperature: string;
              _wind: string;
          };
          persistentFields: string[];
          prototype: __type<any>;
          new (...args: any[]): __type;
      } & TBase

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

          • ...args: any[]

          Returns __type

      • _mixinName: string
      • fieldMarshallers: {
            _gravity: string;
            _humidity: string;
            _pressure: string;
            _temperature: string;
            _wind: string;
        }

        Field-marshaller bindings for the five Quantity-typed bulk fields. The per-detail maps round-trip via standard JSON (Quantity.toJSON / fromJSON) — Record<string, Quantity<U>> serializes natively without a map marshaller.

      • persistentFields: string[]
      • prototype: __type<any>