Skip to main content

Invisible Tabs

The Invisible Tabs component is basically a Tabs component whose Tabs Kind is "Invisible", meaning the tabs labels are not visible by the user.

Inisible Tabs The following section details Invisible Tabs component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Outputs

NameTypeDescription
selectedTabIndexnumberThe index of the selected condition

Component controls

NameParametersDescriptionExample
setTabid: string, index:numberSet the current tab.setTab('a',1)