Back to Website
Show / Hide Table of Contents

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 true, collapses the group.

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 (vtab, htab, collapsible (accordion), or noncollapsible).

unifySelection

Declaration
unifySelection: boolean
Property Value
Type Description
boolean
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2024 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback