Skip to main content

@mapgear/geoapps > AnalysisParameterValue

AnalysisParameterValue class

Represents an analysis parameter within an Analysis. The analysis parameter is used to allow user to select a predetermined value for the analysis

Signature:
export declare class AnalysisParameterValue 

Constructors

ConstructorModifiersDescription
(constructor)(analysisParameterId)Constructs a new instance of the AnalysisParameterValue class

Properties

PropertyModifiersTypeDescription
AnalysisParameterIdstringUnique id of analysis parameter
KeystringKey of analysis parameter
SelectedValueAnalysisParameterSelectValueSelected value from select values
SelectValuesAnalysisParameterSelectValue[]Array of select values
TitlestringTitle of analysis parameter
TypeAnalysisValueTypeType of analysis parameter
ValuestringValue of analysis parameter