LayoutField

LayoutField
LayoutField
AllOf
This class requires all of the following:
JSON Example
{
    "size": 0,
    "extensionRendererContext": {
        "parameterMappings": {
            "params": [
                {
                    "key": "string"
                }
            ]
        },
        "extensionId": "string"
    },
    "columns": [
        "LayoutField Object"
    ],
    "dataType": {
        "typeId": "string"
    },
    "isMultiValued": false,
    "description": "string",
    "label": "string",
    "labelSize": 0,
    "permissibleValues": {
        "customAllowed": false
    },
    "displayAdvice": "string",
    "orderIndex": 0,
    "id": "string",
    "state": {
        "dependencies": [
            "string"
        ],
        "facets": [
            {}
        ]
    }
}