The ui5-breadcrumbs-item component defines the content of an item in ui5-breadcrumbs.
Properties
href
| Description | Defines the link href. Note: Standard hyperlink behavior is supported. |
| Type | string | undefined |
| Default | undefined |
target
| Description | Defines the link target. Available options are: - _self - _top - _blank - _parent - _search Note: This property must only be used when the href property is set. |
| Type | string | undefined |
| Default | undefined |
accessibleName
| Description | Defines the accessible ARIA name of the item. |
| Type | string | undefined |
| Default | undefined |
Slots
default
| Description | Defines 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. |
| Type | Array<Node> |
Events
No events available for this component.
Methods
No methods available for this component.
CSS Parts
No CSS parts available for this component.
CSS Custom States
No CSS custom states available for this component.