@aurigma/ui-framework
Version:
A platform which allows building print product personalization editors based on Aurigma's Customer's Canvas.
95 lines (65 loc) • 1.66 kB
Markdown
Provides properties of the `group` widget.
You can use these properties in **params** of the [AuWidgetGroup](../classes/auwidgetgroup.md) 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": { ... }
}
]
}
]
}
}
]
}
```
* **AuWidgetGroupParam**
* [accordion](auwidgetgroupparam.md
* [scrollable](auwidgetgroupparam.md
* [showCustomScroll](auwidgetgroupparam.md
* [tabs](auwidgetgroupparam.md
* [type](auwidgetgroupparam.md
* [unifySelection](auwidgetgroupparam.md
• **accordion**: *boolean*
If `true`, collapses the group.
___
• **scrollable**? : *boolean*
___
• **showCustomScroll**: *boolean*
___
• **tabs**: *[Tab](tab.md)[]*
An array of tabs.
___
• **type**: *[GroupWidgetType](../enums/groupwidgettype.md)*
A group type (`vtab`, `htab`, `collapsible` (accordion), or `noncollapsible`).
___
### unifySelection
• **unifySelection**: *boolean*