-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Container Component
Mike edited this page Jun 5, 2025
·
4 revisions
For the updated documentation on the Container component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Container",
"tableView": false,
"key": "container",
"type": "container",
"input": true,
"components": []
}
The data map for the component is defined as follows, where userInformation is the Container key:
{
data: {
userInformation {
firstName: “Joe”,
lastName: “Smith”,
email: "[email protected]"
}
}
}
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
tree | Determines if the Validation should be performed within this component | true |
false |
true |