sdf-parser
    Preparing search index...

    Interface IteratorMolecule

    A molecule entry returned by the iterator async generator. The molfile field contains the raw V2000/V3000 molfile block. Additional fields are populated from the SDF > <field> sections.

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

    Indexable

    • [label: string]: any
    Index

    Properties

    Properties

    molfile: string

    The raw V2000/V3000 molfile block.