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: boolean
Property Value
Type | Description |
---|---|
boolean | If |
scrollable
Declaration
scrollable?: boolean
Property Value
Type | Description |
---|---|
boolean |
showCustomScroll
Declaration
showCustomScroll: boolean
Property 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: GroupWidgetType
Property Value
Type | Description |
---|---|
GroupWidgetType | A group type ( |
unifySelection
Declaration
unifySelection: boolean
Property Value
Type | Description |
---|---|
boolean |