@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
export declare class AnalysisParameterValue
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(analysisParameterId) | Constructs a new instance of the AnalysisParameterValue class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| AnalysisParameterId | string | Unique id of analysis parameter | |
| Key | string | Key of analysis parameter | |
| SelectedValue | AnalysisParameterSelectValue | Selected value from select values | |
| SelectValues | AnalysisParameterSelectValue[] | Array of select values | |
| Title | string | Title of analysis parameter | |
| Type | AnalysisValueType | Type of analysis parameter | |
| Value | string | Value of analysis parameter |