New to Kendo UI for Vue? Start a free 30-day trial
TabStripNavigationItemProps
The props that are passed by the TabStripNavigation to the TabStripNavigationItem.
Name | Type | Default | Description |
---|---|---|---|
active? |
|
Defines whether the current TabStripNavigationItem is selected. | |
disabled? |
|
Defines whether the TabStripNavigationItem is disabled. | |
id? |
|
Sets the id of the TabStripNavigationItem. | |
index |
|
Sets the index of the TabStripNavigationItem that is used to identify it. | |
title? |
|
Sets the title of the TabStripNavigationItem. | |
titleRender? |
|
Defines the custom rendering of the title. Accepts a Vue component, a |