IBreadcrumbsComponentProps
Interface: IBreadcrumbsComponentProps
Defined in: src/types/shared-components/BreadcrumbsComponent/interface.ts:42
Props for the BreadcrumbsComponent.
Properties
ariaLabelTranslationKey?
optionalariaLabelTranslationKey: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
commoni18n 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.