TabStripNavigationItemProps
Interface
The props that are passed by the TabStripNavigation to the TabStripNavigationItem.
Definition
Package:@progress/kendo-vue-layout
Properties
active?
boolean
Defines whether the current TabStripNavigationItem is selected.
disabled?
boolean
Defines whether the TabStripNavigationItem is disabled.
id?
any
Sets the id of the TabStripNavigationItem.
index
number
Sets the index of the TabStripNavigationItem that is used to identify it.
title?
any
Sets the title of the TabStripNavigationItem.
titleRender?
any
Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.