MolView API
    Preparing search index...

    Interface Props

    interface Props {
        toolset?: {
            general?: { spin?: boolean };
            atom?: { mark?: boolean };
            bond?: { mark?: boolean };
        };
    }
    Index
    toolset?: {
        general?: { spin?: boolean };
        atom?: { mark?: boolean };
        bond?: { mark?: boolean };
    }