Header
12 Sep 20251 minute to read
Objects used for configuring the Tab item header properties.
Properties
iconCss string
Specifies the icon class that is used to render an icon in the Tab header.
Defaults to ’’
iconPosition string
Options for positioning the icon in the Tab item header. This property depends on iconCss property.
The possible values for this property as follows
-
Left: Places the icon to the left of the item. -
Top: Places the icon on the top of the item. -
Right: Places the icon to the right end of the item. -
Bottom: Places the icon at the bottom of the item.
Defaults to ‘left’
text string|HTMLElement
Specifies the display text of the Tab item header.
Defaults to ’’