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": { ... }
}
]
}
]
}
}
]
}
Hierarchy
- AuWidgetGroupParam
Index
Properties
Properties
accordion
• accordion: boolean
If true
, collapses the group.
Optional
scrollable
• scrollable? : boolean
A group type (vtab
, htab
, collapsible
(accordion), or noncollapsible
).
tabs
• tabs: Tab[]
An array of tabs.
type
• type: GroupWidgetType
unifySelection
• unifySelection: boolean