FormLayout

FormLayout
FormLayout
JSON Example
{
    "pages": [
        {
            "id": "string",
            "title": "string",
            "sections": [
                {
                    "id": "string",
                    "fields": [
                        {
                            "id": "string",
                            "display": "string",
                            "nestedFields": [
                                {
                                    "id": "string",
                                    "display": "string",
                                    "styles": "string",
                                    "state": {
                                        "readonlyState": {
                                            "read-only": {}
                                        },
                                        "visibilityState": {
                                            "visible": {}
                                        }
                                    },
                                    "size": 0,
                                    "submit": false,
                                    "signpostPosition": "string"
                                }
                            ],
                            "styles": "string",
                            "state": {
                                "readonlyState": {
                                    "read-only": {}
                                },
                                "visibilityState": {
                                    "visible": {}
                                }
                            },
                            "size": 0,
                            "submit": false,
                            "signpostPosition": "string"
                        }
                    ],
                    "state": {
                        "readonlyState": {
                            "read-only": {}
                        },
                        "visibilityState": {
                            "visible": {}
                        }
                    }
                }
            ],
            "state": {
                "readonlyState": {
                    "read-only": {}
                },
                "visibilityState": {
                    "visible": {}
                }
            }
        }
    ]
}
pages
Optional

pages

Property Of