OpenChemLib JS
    Preparing search index...

    Interface ToMolfileOptions

    interface ToMolfileOptions {
        customLabelPosition?: "auto" | "superscript" | "normal";
        includeCustomAtomLabelsAsALines?: boolean;
        includeCustomAtomLabelsAsVLines?: boolean;
        removeCustomAtomLabels?: boolean;
    }
    Index

    Properties

    customLabelPosition?: "auto" | "superscript" | "normal"

    If set to 'superscript', it will add a ']' at the beginning of the custom label to be compatible with the way to represent superscript in OCL If set to 'normal', it will remove the ']' at the beginning of the custom label if present If not set, it will keep the label as is Default: undefined (keep as is)

    undefined
    
    includeCustomAtomLabelsAsALines?: boolean

    Include custom atom labels as A lines

    includeCustomAtomLabelsAsVLines?: boolean

    Include custom atom labels as V lines

    removeCustomAtomLabels?: boolean

    Remove custom atom labels

    false