Type alias AnalysisVariable
AnalysisVariable: { currentState: AnalysisState | null; name: string | null; type: AnalysisType | null; unit: string | null; value: number | null; }
Type declaration
-
-
name: string | null
-
-
unit: string | null
-
value: number | null
The current analysis state