Interface IDepictorOptions

All depictor options default to false.

interface IDepictorOptions {
    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;
    suppressCIPParity?: boolean;
    suppressChiralText?: boolean;
    suppressESR?: boolean;
}

Hierarchy

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
suppressCIPParity?: boolean
suppressChiralText?: boolean
suppressESR?: boolean