Breadcrumbs
Last updated
Was this helpful?
Last updated
Was this helpful?
(part of package '') Extends designtime/SolutionModel: Extends runtime:
Breadcrumb is a navigation component that displays a series of links representing the current navigation path. It is typically used to help users navigate hierarchical structures within an application.
This is a reference page; many components have detailed usage guides .
When true, a breadcrumb item is automatically removed from the trail after it is clicked. Type: Default Value: true
An array of breadcrumb items representing the entire breadcrumb trail. Type:
CSS style classes applied to individual breadcrumb items. Type:
CSS style classes applied to the last breadcrumb item in the trail. Type:
Called whenever a breadcrumb item is clicked with the JSEvent and the item clicked on.
Parameters:
Adds a crumb at the end
Parameters:
Removes all crumbs after the given index
Parameters:
Removes the last crumb
Sets all crumbs
Parameters:
Represents an individual breadcrumb item. scripting type: CustomType<bootstrapextracomponents-breadcrumbs.crumb>
crumbId
Unique identifier for the breadcrumb item.
displayName
The display name or label of the breadcrumb item.
The position of the breadcrumb component on the form. Type:
Additional CSS style classes to be applied to the breadcrumb container. Type:
Flag indicating whether the breadcrumb component is visible. Type:
{} event The event object containing details about the click event e.g. target element, mouse coordinates
{} crumb The breadcrumb item that was clicked
{} index The index of the clicked breadcrumb item in the items array
{} crumb A breadcrumb object to be added at the end of the breadcrumb trail.
{} index The 0-based index after which all breadcrumbs will be removed.
{} crumbs An array of breadcrumb objects to set as the entire breadcrumb trail.
Type:
Type: