Strata - v1.4.10
    Preparing search index...

    Interface MolecularOptions

    interface MolecularOptions {
        atomColor?: ColorRepresentation;
        atomRadius?: number;
        bondColor?: ColorRepresentation;
        bondRadius?: number;
        showBonds?: boolean;
    }
    Index

    Properties

    atomColor?: ColorRepresentation
    atomRadius?: number
    bondColor?: ColorRepresentation
    bondRadius?: number
    showBonds?: boolean