Interface CalculateOptions

interface CalculateOptions {
    force?: boolean;
}

Properties

Properties

force?: boolean

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

Default

false