Skip to main content

Select Tab

The Select Tab is standalone tab component that behaves like a select component. It is meant to have the chosen tab to be chosen as input by components or runnables.

Select Tab

The following section details Select Tab 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
setValueid: string, value: anyManually set or force the value of a component.setValue(id: 'a', value: 17)
setTabid: string, index:numberSet the current tab.setTab('a',1)

Select Tab configuration

NameTypeConnectableTemplatableDefaultDescription
Itemsstringtruefalse"Foo" ; "Bar"The select tabs items (label and value, in JSON).
Default ValuestringtruefalseThe default value of the tabs labels and value.

Outputs

NameTypeDescription
resultstringThe selected tab.