Interface AuWidgetGroupParam
Provides properties of the group widget.
You can use these properties in params of the AuWidgetGroup class.
{
  "widgets": [
    {
      "name": "option-list",
      "type": "group",
      "params": {
        "type": "noncollapsible",
        "tabs": [
          {
            "widgets": [
              {
                "title": "Corner Type",
                "name": "corners",
                "type": "option",
                "params": { ... }
              },
              {
                "title": "Lamination",
                "name": "lamination",
                "type": "option",
                "params": { ... }
              }
            ]
          }
        ]
      }
    }
  ]
}
Package: ui-framework
Properties
accordion
If true, collapses the group.
Declaration
accordion: booleanProperty Value
| Type | Description | 
|---|---|
| boolean | If  | 
scrollable
Declaration
scrollable?: booleanProperty Value
| Type | Description | 
|---|---|
| boolean | 
showCustomScroll
Declaration
showCustomScroll: booleanProperty Value
| Type | Description | 
|---|---|
| boolean | 
tabs
An array of tabs.
Declaration
tabs: Tab[]Property Value
| Type | Description | 
|---|---|
| Tab[] | An array of tabs. | 
type
A group type (vtab, htab, collapsible (accordion), or noncollapsible).
Declaration
type: GroupWidgetTypeProperty Value
| Type | Description | 
|---|---|
| GroupWidgetType | A group type ( | 
unifySelection
Declaration
unifySelection: booleanProperty Value
| Type | Description | 
|---|---|
| boolean |