TabStripNavigationItemProps
Interface
The props that are passed by the TabStripNavigation to the TabStripNavigationItem.
Definition
Package:@progress/kendo-react-layout
Properties
active?
boolean
Defines whether the current TabStripNavigationItem is selected.
disabled?
boolean
Defines whether the TabStripNavigationItem is disabled.
id?
string
Sets the id property of the top element of the TabStripNavigationItem.
index
number
Sets the index of the TabStripNavigationItem that is used to identify it.
title?
ReactNode
Sets the title of the TabStripNavigationItem.