BreadCrumbItem
Represents an interface that defines the structure of individual Breadcrumb items.
Definition
Package:@progress/kendo-angular-navigation
Properties
disabled?
boolean
Determines if the item is disabled (see example#disabled-items). The value appears as an aria-disabled attribute on the element.
false
icon?
string
Specifies the name of a built-in font icon in a Kendo UI theme (see example). The icon appears inside the item in a span.k-icon element.
iconClass?
string
Applies one or more CSS classes to a span element inside the item (see example). Use this to show custom icons.
imageUrl?
string
Provides a URL for an img element inside the item (see example). The URL can be relative or absolute. If relative, it is resolved against the web page URL.
svgIcon?
SVGIcon
Sets an SVGIcon to display inside the item (see example).
text?
string
Sets the text content for the item. If not provided, the numeric item index appears by default.
title?
string
Provides a title for the item (see example). The value appears as a title attribute on the element.