ParameterTypes
ParameterTypes
Definition of ParameterTypes.
JSON Example
{
"sdkObject": {
"type": "string",
"href": "string",
"id": "string",
"displayValue": "string"
},
"string": {
"value": "string"
},
"secureString": {
"value": "string",
"isPlainText": false
},
"number": {
"value": "number"
},
"mimeAttachment": {
"content": "string",
"name": "string",
"mimeType": "string"
},
"properties": {
"property": [
{
"inputType": "string",
"key": "string",
"value": {
"inputType": "string"
}
}
]
},
"date": {
"value": "string"
},
"boolean": {
"value": false
},
"composite": {
"property": [
{
"inputType": "string",
"id": "string",
"property": {
"inputType": "string"
}
}
],
"type": "string"
},
"regex": {
"value": "string"
},
"encryptedString": {
"value": "string"
},
"keyValuePair": {
"key": "string",
"value": {
"inputType": "string"
}
},
"compositeValue": {
"id": "string",
"property": {
"inputType": "string"
}
},
"array": {
"value": [
{
"inputType": "string"
}
]
}
}
Availability
Added in 30.0
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal
Removed in 39.0
Returned By