PrimaryField

PrimaryField
PrimaryField
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"
        }
    ],
    "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"
    }
}
Availability
Deprecated in 36.0
With alternative: see
vRO Forms Overlay API Marked As Internal