Skip to main content

BreadcrumbsItem

The ui5-breadcrumbs-item component defines the content of an item in ui5-breadcrumbs.

Properties​

href​

DescriptionDefines the link href.
Note: Standard hyperlink behavior is supported.
Typestring | undefined
Defaultundefined

target​

DescriptionDefines the link target.
Available options are:
- _self
- _top
- _blank
- _parent
- _search
Note: This property must only be used when the href property is set.
Typestring | undefined
Defaultundefined

accessibleName​

DescriptionDefines the accessible ARIA name of the item.
Typestring | undefined
Defaultundefined

Slots​

default​

DescriptionDefines the text of the component.
Note: Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
TypeArray<Node>

Events​

No events available for this component.

Methods​

No methods available for this component.

CSS Parts​

No CSS parts available for this component.