SupportedPresentationElements

SupportedPresentationElements
SupportedPresentationElements

Definition of SupportedPresentationElements.

JSON Example
{
    "presentationElement": {
        "elementType": "string",
        "description": "string",
        "displayName": "string",
        "hidden": false,
        "id": "string",
        "messages": [
            {
                "code": "string",
                "details": "string",
                "severity": "string",
                "summary": "string"
            }
        ]
    },
    "stepInfo": {
        "readOnly": false,
        "elements": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ]
            }
        ]
    },
    "group": {
        "fields": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ],
                "decorators": [
                    {
                        "decoratorType": "string"
                    }
                ],
                "constraints": [
                    {
                        "constraintType": "string"
                    }
                ],
                "type": "string",
                "affectedFieldsIds": [
                    "string"
                ],
                "fields": [
                    {
                        "elementType": "string",
                        "description": "string",
                        "displayName": "string",
                        "hidden": false,
                        "id": "string",
                        "messages": [
                            {
                                "code": "string",
                                "details": "string",
                                "severity": "string",
                                "summary": "string"
                            }
                        ],
                        "decorators": [
                            {
                                "decoratorType": "string"
                            }
                        ],
                        "constraints": [
                            {
                                "constraintType": "string"
                            }
                        ],
                        "type": "string",
                        "affectedFieldsIds": [
                            "string"
                        ]
                    }
                ],
                "value": {
                    "inputType": "string"
                }
            }
        ]
    },
    "field": {
        "decorators": [
            {
                "decoratorType": "string"
            }
        ],
        "constraints": [
            {
                "constraintType": "string"
            }
        ],
        "type": "string",
        "affectedFieldsIds": [
            "string"
        ]
    },
    "primaryField": {
        "fields": [
            {
                "elementType": "string",
                "description": "string",
                "displayName": "string",
                "hidden": false,
                "id": "string",
                "messages": [
                    {
                        "code": "string",
                        "details": "string",
                        "severity": "string",
                        "summary": "string"
                    }
                ],
                "decorators": [
                    {
                        "decoratorType": "string"
                    }
                ],
                "constraints": [
                    {
                        "constraintType": "string"
                    }
                ],
                "type": "string",
                "affectedFieldsIds": [
                    "string"
                ]
            }
        ],
        "value": {
            "inputType": "string"
        }
    }
}
presentationElement
Optional

presentationElement

stepInfo
Optional

stepInfo

group
Optional

group

field
Optional

field

primaryField
Optional

primaryField

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