Editor settings.

interface EditorSettings {
    autoSaveFrequency?: number;
    confirmSwitchToMoleculeStereo?: boolean;
    customAbbreviatedGroups?: string[];
}

Properties

autoSaveFrequency?: number

Auto-save frequency in seconds.

confirmSwitchToMoleculeStereo?: boolean

Controls whether to show a confirmation dialog before switching from atom-level Enhanced Stereo to molecule-level stereo.

customAbbreviatedGroups?: string[]

List of the user-defined abbreviated groups in CXON format.
From the CXON source, the first group of property of the first molecule object will be extracted, with the specified name and attachment points. For the correct representation of an abbreviated group in CXON format, consult with the CXON Schema.
Upon import, duplicate abbreviated groups (i.e. groups with identical name property) will be ignored, and the previously imported/defined group will be kept.

Generated using TypeDoc