Interface CalculateForMassOptions

interface CalculateForMassOptions {
    cache?: boolean;
    force?: boolean;
    seriesName?: string;
    slotWidth?: number;
}

Properties

cache?: boolean

Retrieve result from cache if it exists.

Default

false

force?: boolean

Force replacement of existing series. If false, trying to add an already existing series will throw an error.

Default

false

seriesName?: string

Name of the series where the result will be stored. Defaults to an automatically generated name.

slotWidth?: number

Width of the slot around the target mass.

Default

1