MolView API
    Preparing search index...

    Interface Diagram

    interface Diagram {
        version: 2;
        atoms: (Id & sketcher.Atom<Vec2>)[];
        bonds: (Id & sketcher.Bond<string>)[];
        arrows?: (Id & Arrow<string, Vec2>)[];
    }
    Index
    version: 2
    atoms: (Id & sketcher.Atom<Vec2>)[]
    bonds: (Id & sketcher.Bond<string>)[]
    arrows?: (Id & Arrow<string, Vec2>)[]