Class AnalysesManager

Constructors

Properties

analyses: Analysis[]

Methods

  • Returns the index of the analysis in the analyses array

    Parameters

    • id: string

    Returns undefined | number

  • Get an array of objects (key + unit + label + count) of all the units

    Returns {
        count: number;
        key: string;
        label: string;
        units: string;
    }[]

  • Checks if the ID of an analysis exists in the AnalysesManager

    Parameters

    • id: string

    Returns boolean