sdf-parser
    Preparing search index...

    Interface Molecule

    A parsed SDF molecule entry. The molfile field contains the raw molfile string. Additional fields are populated from the SDF > <field> sections.

    interface Molecule {
        molfile: string;
        [label: string]: any;
    }

    Indexable

    • [label: string]: any
    Index

    Properties

    Properties

    molfile: string

    The raw V2000/V3000 molfile block.