Presentation

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

inputParameters
Optional

inputParameters

string
name
Optional

name

outputParameters
Optional

outputParameters

array of StepInfo
steps
Optional

steps

Availability
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal