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

Represents the properties of BreadcrumbLink component.

Definition

Package:@progress/kendo-vue-layout

Properties

Sets the aria-current value.

dir?

string

The Breadcrumb direction ltr or rtl.

disabled?

boolean

Determines the disabled mode of the BreadcrumbLink. If true, the component is disabled.

icon?

VNode​<RendererNode, RendererElement, { [key: string]: any }>

Represents the icon of the BreadcrumbLink component.

id?

string

Sets the id property of the top div element of the BreadcrumbLink.

onKeydown?

(event: any) => void

Represents the onKeydown event. Triggered after key down on the BreadcrumbLink item.

Parameters:eventany

onSelect?

(event: any) => void

Represents the onSelect event. Triggered after click on the BreadcrumbLink item.

Parameters:eventany

svgIcon?

VNode​<RendererNode, RendererElement, { [key: string]: any }>

Represents the svgIcon of the BreadcrumbLink component.

tabIndex?

number

Sets the tabIndex attribute to the BreadcrumbLink.

text?

string

Represents the text of the BreadcrumbLink component.