📄CTabSection
CTabSection metatable
:Name(): string
string
Returns tab's name.
:Parent(): CFirstTab
CFirstTab
Returns tab's parent.
:Type(): Enum.WidgetType
Enum.WidgetType
Returns widget type.
:Open(): nil
nil
Opens parent tabs.
:Create(sectionName: string
): CSecondTab
string
): CSecondTab
Name
Type
Description
sectionName
string
Creates new CSecondTab
.
Name
Type
Description
sectionName
string
Finds the CSecondTab
by name.
Last updated