OpenChemLib JS
    Preparing search index...

    Interface DepictorOptions

    All depictor options default to false.

    interface DepictorOptions {
        chiralTextAboveMolecule?: boolean;
        chiralTextBelowMolecule?: boolean;
        chiralTextOnFrameBottom?: boolean;
        chiralTextOnFrameTop?: boolean;
        drawBondsInGray?: boolean;
        highlightQueryFeatures?: boolean;
        inflateToHighResAVBL?: boolean;
        inflateToMaxAVBL?: boolean;
        noColorOnESRAndCIP?: boolean;
        noImplicitAtomLabelColors?: boolean;
        noImplicitHydrogen?: boolean;
        noStereoProblem?: boolean;
        noTabus?: boolean;
        showAtomNumber?: boolean;
        showBondNumber?: boolean;
        showMapping?: boolean;
        showSymmetryAny?: boolean;
        showSymmetrySimple?: boolean;
        showSymmetryStereoHeterotopicity?: boolean;
        suppressChiralText?: boolean;
        suppressCIPParity?: boolean;
        suppressESR?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    chiralTextAboveMolecule?: boolean
    chiralTextBelowMolecule?: boolean
    chiralTextOnFrameBottom?: boolean
    chiralTextOnFrameTop?: boolean
    drawBondsInGray?: boolean
    highlightQueryFeatures?: boolean
    inflateToHighResAVBL?: boolean
    inflateToMaxAVBL?: boolean
    noColorOnESRAndCIP?: boolean
    noImplicitAtomLabelColors?: boolean
    noImplicitHydrogen?: boolean
    noStereoProblem?: boolean
    noTabus?: boolean
    showAtomNumber?: boolean
    showBondNumber?: boolean
    showMapping?: boolean
    showSymmetryAny?: boolean
    showSymmetrySimple?: boolean
    showSymmetryStereoHeterotopicity?: boolean
    suppressChiralText?: boolean
    suppressCIPParity?: boolean
    suppressESR?: boolean