BreadcrumbItemModel
12 Sep 20251 minute to read
Interface for a class BreadcrumbItem
Properties
disabled boolean
Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.
iconCss string
Defines a class/multiple classes separated by a space for the item that is used to include an icon.
id string
Specifies the id of the Breadcrumb item.
text string
Specifies the text content of the Breadcrumb item.
url string
Specifies the Url of the Breadcrumb item that will be activated when clicked.