Skip to main content

Sidebar Tabs

The Sidebar Tabs component is basically a Tabs component whose Tabs Kind is "Sidebar".

Sidebar Tabs The following section details Sidebar 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)

Event handler​

The sidebar tabs component has the following event handler:

  • onTabChange: Trigger a runnable when the user changes the tab.