Interface for a class Breadcrumb
EmitType<BreadcrumbBeforeItemRenderEventArgs>
Triggers while rendering each breadcrumb item.
EmitType<Event>
Triggers once the component rendering is completed.
EmitType<BreadcrumbClickEventArgs>
Triggers while clicking the breadcrumb item.
string
Specifies the Url of the active Breadcrumb item.
string
Defines class/multiple classes separated by a space in the Breadcrumb element.
boolean
Enable or disable the breadcrumb, when set to true, the breadcrumb will be disabled.
boolean
Enable or disable the active item navigation, when set to true, active item will be navigable.
boolean
Enable or disable the item’s navigation, when set to false, each item navigation will be prevented.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
string
Specifies the template for Breadcrumb item.
Defines the list of Breadcrumb items.
number
Specifies an integer to enable overflow behavior when the Breadcrumb items count exceeds and it is based on the overflowMode property.
string
| BreadcrumbOverflowMode
Specifies the overflow mode of the Breadcrumb item when it exceeds maxItems count. The possible values are,
string
Specifies the separator template for Breadcrumb.
string
Defines the Url based on which the Breadcrumb items are generated.