Presentation
Presentation
Definition of Presentation.
JSON Example
{
"description": "string",
"id": "string",
"vroId": "string",
"inputParameters": [
{
"description": "string",
"encryptValue": false,
"name": "string",
"scope": "string",
"type": "string",
"updated": false,
"value": {
"inputType": "string"
}
}
],
"name": "string",
"outputParameters": [
{
"description": "string",
"encryptValue": false,
"name": "string",
"scope": "string",
"type": "string",
"updated": false,
"value": {
"inputType": "string"
}
}
],
"steps": [
{
"elementType": "string",
"description": "string",
"displayName": "string",
"hidden": false,
"id": "string",
"messages": [
{
"code": "string",
"details": "string",
"severity": "string",
"summary": "string"
}
],
"readOnly": false,
"elements": [
{
"elementType": "string",
"description": "string",
"displayName": "string",
"hidden": false,
"id": "string",
"messages": [
{
"code": "string",
"details": "string",
"severity": "string",
"summary": "string"
}
]
}
]
}
]
}
string
description
Optional
description
string
id
Optional
id
string
vroId
Optional
vroId
string
name
Optional
name
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