Skip to main content

IBreadcrumbsComponentProps

Admin Docs


Interface: IBreadcrumbsComponentProps

Defined in: src/types/shared-components/BreadcrumbsComponent/interface.ts:42

Props for the BreadcrumbsComponent.

Properties

ariaLabelTranslationKey?

optional ariaLabelTranslationKey: string

Defined in: src/types/shared-components/BreadcrumbsComponent/interface.ts:55

Optional aria-label translation key for the navigation landmark.

Remarks

  • Key is resolved from the common i18n namespace.
  • Defaults to 'breadcrumbs' (i.e., common.breadcrumbs).

items

items: IBreadcrumbItem[]

Defined in: src/types/shared-components/BreadcrumbsComponent/interface.ts:46

List of breadcrumb items to render.