TabItemModel
Interface representing settings for a tab item.
Properties
content String HTMLElement Function
Specifies the content of the tab item.
Default: ""
cssClass String
Specifies CSS classes to customize the appearance of the tab item.
Default: ""
disabled Boolean
Specifies whether to enable or disable the tab item.
Default: ""
header HeaderModel
Specifies the tab header properties.
Default: {}
headerTemplate Function
Specifies a template to customize the appearance of the tab header.
Default: null
id String
Specifies a unique id of the tab item.
Default: null
tabIndex Number
Specifies the tab order of the tab.
Default: -1
visible Boolean
Specifies whether the tab should be visible or not.
Default: true