Group configuration
Widgets can be grouped into different panels. By default, the parent object's panel is used. The following table describes the attributes for group configuration.
Attribute | Description |
---|---|
label | String. |
widgets | Array of widgets. |
panel | Object. The parent object's panel is the default. All widgets in this group display in this panel. If omitted, the parent object's panel is used. |
Example
"groups": [{
"widgets": [{
"uri": "widgets/Bookmark/Widget",
"icon": "",
"label": ""
}],
"label": "",
"index": 1,
"panel": {
"uri": "jimu/PanelType1",
"position": {
"left": 0,
"top": 0,
"right": 0,
"bottom": 30,
"width": 100,
"height": 100
}
}
}],