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

PropertyDescriptionValuesMandatory
typewrapperstringYes
valuesArray of components in the wrapper.arrayYes
componentIdUnique 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).stringNo