New to Kendo UI for VueStart a free 30-day trial

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.

Sets the title of the TabStripNavigationItem.

Defines the custom rendering of the title. Accepts a Vue component, a render function, or a slot name.