TabItemModel

23 Sep 20251 minute to read

Interface for a class TabItem

Properties

content string|HTMLElement|Function

Specifies the content of Tab item, that is displayed when concern item header is selected.

cssClass string

Sets the CSS classes to the Tab item to customize its styles.

disabled boolean

Sets true to disable user interactions of the Tab item.

The object used for configuring the Tab item header properties.

headerTemplate string|Function

Specifies the header text of Tab item.

id string

Sets unique ID to Tab item.

tabIndex number

Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.
By default, user can able to switch between items only via arrow keys.
If the value is set to 0 for all tabs items, then tab switches based on element order.

visible boolean

Sets false to hide the Tab item.