Interface Tab
Provides properties for a group tab.
Package: ui-framework
Properties
icon
A tab icon.
Declaration
icon: string
Property Value
| Type | Description |
|---|---|
| string | A tab icon. |
id
The tab ID.
Declaration
id: number
Property Value
| Type | Description |
|---|---|
| number | The tab ID. |
opened
If true, opens this tab by default.
Declaration
opened?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | If |
title
The tab title.
Declaration
title: string
Property Value
| Type | Description |
|---|---|
| string | The tab title. |
tooltip
The hint of the tab.
Declaration
tooltip: string
Property Value
| Type | Description |
|---|---|
| string | The hint of the tab. |
visible
If true, shows this tab.
Declaration
visible?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | If |
widgets
An array of widgets that belong to this tab.
Declaration
widgets: AuWidget[]
Property Value
| Type | Description |
|---|---|
| AuWidget[] | An array of widgets that belong to this tab. |