Component description
The wrapper component groups multiple components similarly to the panel component. Unlike panels, wrappers are not rendered in the UI and are used mainly for better structural organization.
Example
N/A
Minimal JSON
{
"type": "panel",
"values": []
}
{ “type”: “wrapper”, // “componentId”: "", “values”: [ { “type”: “attributes”, “values”: [ “core#description” ] }, { “type”: “component”, “value”: “app_overview_table_generic” } ]
Nested properties
| Property | Description | Values | Mandatory |
|---|---|---|---|
type | wrapper | string | Yes |
values | Array of components in the wrapper. | array | Yes |
componentId | Unique ID of a component. If left empty, a random string will be generated. Primarily used in patch packages to define the component's position within the layout (template). | string | No |