GeoTabBarItem Ready 8.5.0+
GeoTabBarItem is a component suited to be displayed inside a
GeoTabBar, to display a a single tab.
Properties
| Prop name | Type | Default value | Description |
|---|---|---|---|
variant
| enumPropertyFactory({
componentName: 'GeoTabBar',
propertyName: 'variant',
enumDictionary: VARIANTS,
defaultValue: VARIANTS.default
}) | Show description | |
active
| boolean |
false
| Show description |
disabled
| boolean |
false
| Show description |
Events
| Name | Type | Description |
|---|---|---|
click |
MouseEvent
| User clicked this item. |
Slots
| Name | Description |
|---|---|
default | Use this slot to customize what’s displayed inside this tab |
Constants
| Name | Value |
|---|---|
VARIANTS | Show definition |