Skip to main content

Accordion tabs

The Accordion tabs component is basically a Tabs component whose Tabs Kind is "Accordion".

Accordion tabs The following section details Accordion tabs component's specific settings. For more details on the App editor, check the dedicated documentation or the App editor Quickstart:

Controls​

This component can be controlled by frontend scripts using these functions:

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

Outputs​

NameTypeDescription
selectedTabIndexnumberThe index of the selected condition

Event handler​

The sidebar tabs component has the following event handler:

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