chromatography
    Preparing search index...

    Interface CalculateOptions

    interface CalculateOptions {
        force?: boolean;
    }
    Index

    Properties

    Properties

    force?: boolean

    Force the calculation if it already exists. If false, calling the method more than once will have no effect.

    false