Template Parameter Drop Down Control
data class TemplateParameterDropDownControl(val cascadingControlConfiguration: TemplateCascadingControlConfiguration? = null, val displayOptions: TemplateDropDownControlDisplayOptions? = null, val parameterControlId: String, val selectableValues: TemplateParameterSelectableValues? = null, val sourceParameterName: String, val title: String, val type: TemplateSheetControlListType? = null)
Constructors
Link copied to clipboard
constructor(cascadingControlConfiguration: TemplateCascadingControlConfiguration? = null, displayOptions: TemplateDropDownControlDisplayOptions? = null, parameterControlId: String, selectableValues: TemplateParameterSelectableValues? = null, sourceParameterName: String, title: String, type: TemplateSheetControlListType? = null)
Properties
Link copied to clipboard
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
Link copied to clipboard
The display options of a control.
Link copied to clipboard
The ID of the ParameterDropDownControl
.
Link copied to clipboard
A list of selectable values that are used in a control.
Link copied to clipboard
The source parameter name of the ParameterDropDownControl
.
Link copied to clipboard
The type parameter name of the ParameterDropDownControl
.