BreadcrumbComponent
represents the react Breadcrumb Component.
<BreadcrumbComponent items={breadcrumbItems} />
string
Specifies the Url of the active Breadcrumb item.
Defaults to ”
string
Defines class/multiple classes separated by a space in the Breadcrumb element.
Defaults to ”
boolean
Enable or disable the breadcrumb, when set to true, the breadcrumb will be disabled.
Defaults to false
boolean
Enable or disable the active item navigation, when set to true, active item will be navigable.
Defaults to false
boolean
Enable or disable the item’s navigation, when set to false, each item navigation will be prevented.
Defaults to true
boolean
Enable or disable persisting component’s state between page reloads.
Defaults to false
boolean
Enable or disable rendering component in right to left direction.
Defaults to false
string
| Function
Specifies the template for Breadcrumb item.
Defaults to null
Defines the list of Breadcrumb items.
Defaults to []
number
Specifies an integer to enable overflow behavior when the Breadcrumb items count exceeds and it is based on the overflowMode property.
Defaults to -1
string
| BreadcrumbOverflowMode
Specifies the overflow mode of the Breadcrumb item when it exceeds maxItems count. The possible values are,
Defaults to BreadcrumbOverflowMode.Menu
string
| Function
Specifies the separator template for Breadcrumb.
Defaults to ’/’
string
Defines the Url based on which the Breadcrumb items are generated.
Defaults to ”
Destroys the widget.
Returns void
EmitType<BreadcrumbBeforeItemRenderEventArgs>
Triggers while rendering each breadcrumb item.
Triggers once the component rendering is completed.
EmitType<BreadcrumbClickEventArgs>
Triggers while clicking the breadcrumb item.