ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface LzEnvelope

    Envelope wrapping a compressed JSON payload. Detected on read via isLzEnvelope.

    interface LzEnvelope {
        __lz: 1;
        d: string;
    }
    Index

    Properties

    Properties

    __lz: 1
    d: string