items.typeString

Defines the type of the item "rootitem" or "item".

Example

<nav id="breadcrumb"></nav>

<script>
    $("#breadcrumb").kendoBreadcrumb({
		items: [
			{ type: "rootitem", text: "Home", showText: true },
			{ type: "item", text: "Products" },
			{ type: "item", text: "Laptops" }
		]
	});
</script>
In this article
items.type
Not finding the help you need?
Contact Support