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

BreadcrumbLinkProps

Represents the properties of BreadcrumbLink component.

NameTypeDefaultDescription

ariaCurrent?

boolean

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>

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.

onSelect?

(event: any) => void

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

svgIcon?

VNode<RendererNode>

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.

Not finding the help you need?
Contact Support