StepInfo

StepInfo
StepInfo
AllOf
This class requires all of the following:
JSON Example
{
    "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"
                }
            ]
        }
    ]
}
Availability
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal