Visualization settings. Note, that export currenlty supports the variableAttachmentHighlight option only.

interface VisualizationSettings {
    atomNumbersVisible?: boolean;
    atomRepresentation?: AtomRepresentation;
    chargeSign?: ChargeSign;
    cipStereoVisible?: boolean;
    pointSize?: number;
    rgroupAttachmentOrderVisibile?: boolean;
    stereoChiralLabel?: string;
    stereoChiralVisible?: boolean;
    stereoNotChiralLabel?: string;
    stereoNotChiralVisible?: boolean;
    stereoVisible?: boolean;
    valenceErrorVisible?: boolean;
    variableAttachmentHighlight?: VariableAttachmentHighlight;
}

Properties

atomNumbersVisible?: boolean

Atom numbers shown if true. Default: false

atomRepresentation?: AtomRepresentation

Sets when and how to render atom on the canvas.

chargeSign?: ChargeSign

Sets how editor renders the charge sign. Default: 'PLAIN'

cipStereoVisible?: boolean

CIP stereo notations shown on canvas if true.

pointSize?: number

Sets internal point size to be used for generating images. This is read/measured from browser window by default.

rgroupAttachmentOrderVisibile?: boolean

Show rgroup attachment order if true.

stereoChiralLabel?: string

Define the molecule-level chiral label.

stereoChiralVisible?: boolean

Molecule-level chiral labels displayed if true.

stereoNotChiralLabel?: string

Define the molecule-level not-chiral label.

stereoNotChiralVisible?: boolean

Molecule-level not-chiral labels displayed if true.

stereoVisible?: boolean

Stereo notations displayed if true.

valenceErrorVisible?: boolean

Valence errors highlighted if true. Default: true

variableAttachmentHighlight?: VariableAttachmentHighlight

Optional setting to override the default variable attachment highlight rendering ('COLOR'). 'NONE' value is ignored if the settings is used for editor configuration.

Generated using TypeDoc