OpenChemLib JS
    Preparing search index...

    Interface ToRxnOptions

    interface ToRxnOptions {
        keepIdCode?: boolean;
        programName?: string;
    }
    Index

    Properties

    keepIdCode?: boolean

    Should we add th idCode of the reaction as a comment line in the RXN

    false
    
    programName?: string

    Program name to include in the RXN file header

    ''