Entities

BreadcrumbItem

BreadcrumbItem entity - components, queries, links, and related actions

Your storefront encounters the BreadcrumbItem entity when rendering breadcrumb navigation on product detail pages or category pages. Each BreadcrumbItem represents a single segment in the trail (e.g. Home > Shoes > Running Shoes) and is typically accessed through the ProductBreadcrumb link on a Product.

Components

Base

base
Display name, optional link, and a flag indicating whether this segment is the current page.
name
stringrequired
isCurrentPage
boolean
  • Product - Products that include this breadcrumb item in their navigation trail.
  • Category - Categories that include this breadcrumb item in their navigation trail.