MolView API
    Preparing search index...

    Interface Bond<Atom>

    interface Bond<Atom = string> {
        atoms: [Atom, Atom];
        type: sketcher.Bond_Type;
        mark?: number;
    }

    Type Parameters

    • Atom = string
    Index
    atoms: [Atom, Atom]
    mark?: number