OpenChemLib JS
    Preparing search index...

    Interface ToMolfileOptions

    interface ToMolfileOptions {
        customLabelPosition?: CustomLabelPosition;
        includeCustomAtomLabelsAsALines?: boolean;
        includeCustomAtomLabelsAsVLines?: boolean;
        removeCustomAtomLabels?: boolean;
    }
    Index

    Properties

    customLabelPosition?: CustomLabelPosition

    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 set to 'auto', it will set normal for 'C' and superscript for everything else 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