extendTabsResult
in package
Result object for extendTabs
Tags
Table of Contents
- $activeTab : int
- Active tab index for 0 to n-1
- $tabs : array<string|int, mixed>
- Tabs list
- $tabsClass : array<string|int, mixed>
- Tabs class for styles
- $tabsId : array<string|int, mixed>
- Tabs id
Properties
$activeTab
Active tab index for 0 to n-1
public
int
$activeTab
$tabs
Tabs list
public
array<string|int, mixed>
$tabs
= []
$tabsClass
Tabs class for styles
public
array<string|int, mixed>
$tabsClass
= ''
$tabsId
Tabs id
public
array<string|int, mixed>
$tabsId
= ''