BreadCrumbItem
An interface for the Breadcrumb items.
disabled?
boolean
Specifies if the item is disabled (see example#toc-disabled-items). Rendered as an aria-disabled
attribute on the item.
icon?
string
Defines the name for a built-in icon in a Kendo UI theme (see example).
The icon is rendered inside the item by a span.k-icon element
.
iconClass?
string
Defines a CSS class—or multiple classes separated by spaces— which are applied to a span
element inside the item (see example).
Allows the usage of custom icons.
imageUrl?
string
Defines a URL which is used for an img
element inside the item (see example).
The URL can be relative or absolute. If relative, it is evaluated with relation to the web page URL.
text?
string
Specifies the text content rendered inside the item. The numeric item index is rendered by default.
title?
string
Sets the title of the item (see example). Rendered as a title
attribute on the item.