@mapgear/geoapps > AnalysisParameterSelectValue
AnalysisParameterSelectValue class
Represents an analysis parameter select value within an Analysis Parameter. The analysis select value is used to set a value for the analysis parameter selection
export declare class AnalysisParameterSelectValue
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| AnalysisParameterId | string | Id reference to analysis parameter | |
| AnalysisParameterSelectValueId | string | Unique id of analysis parameter select value | |
| Selected | boolean | Whether the select value was selected | |
| Text | string | Display text for the select value | |
| Value | string | Value of the select value |