GeoprocessingString QML Type
A string input or output parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- value : string
Signals
Detailed Description
Corresponds to GPString parameter type on the service.
Property Documentation
value : string |
The string value.
Signal Documentation
valueChanged() |
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.