Type alias AnalysisVariable

AnalysisVariable: {
    currentState: AnalysisState | null;
    name: string | null;
    type: AnalysisType | null;
    unit: string | null;
    value: number | null;
}

Type declaration

  • currentState: AnalysisState | null

    The current analysis state

  • name: string | null

    The analysis name

  • type: AnalysisType | null

    The type

  • unit: string | null

    The analysis unit

  • value: number | null

    The analysis value

Generated using TypeDoc