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

    Interface StructureRecord

    A structure record fetched from PubChem, tagged with which depiction was actually served.

    export interface StructureRecord {
    /** Raw SDF (molfile V2000) text. */
    sdf: string;
    /** Which depiction this is — `'3d'` only when a real conformer was available. */
    recordType: StructureRecordType;
    }
    interface StructureRecord {
        sdf: string;
        recordType: StructureRecordType;
    }
    Index

    Properties

    Properties

    sdf: string

    Raw SDF (molfile V2000) text.

    Which depiction this is — '3d' only when a real conformer was available.