LmnBreadcrumbsComponent
Decorators: |
|
Selectors: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
#element r | HTMLElement | |
#linksForCurrentWidthZone r |
| |
#sizeService r |
| |
#sizeWatcherId r | string | Unique id for sizeService |
#widthZone r |
| Set width zone of viewport |
#widthZone$ r |
| The current width zone of the data browser. |
ariaCurrent r |
| Accessibility |
collapsedLinks p r |
| |
customLinkTemplate p r |
| |
displayedLinks p r |
| |
hideBackButton r |
| Hide back button |
items r |
| Array of links to display in the breadcrumbs |
LABELS p r | { common: { disabledStatusDetails: | |
listName r |
| |
nativeElement r | HTMLElement | |
negative r |
| Set negative state |
shouldShowBackButton p r |
| Whether to show the back button based on:
|
shouldShowCollapsedMenu p r |
| |
shouldShowDivider p r |
| |
triggerBackButton r |
| |
triggerLink r |
| |
triggerListItem r |
| |
visibleElementThresholds r |
| Maximum number of links to display based on width zone |
Methods
#getMaxLinksForWidthZone() | ||||||
---|---|---|---|---|---|---|
Get the maximum number of links to display based on the current width zone. The method merges default values (lg: 6, md: 4, sm: 3) with any custom values provided through the input, ensuring that each width zone has a valid number of links to display. | ||||||
Presentation
| ||||||
Parameters
Returnsnumber -The maximum number of links to display for the given width zone |
protected onLinkClick() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Handle link click or keyboard event | |||||||||
Presentation
| |||||||||
Parameters
Returnsvoid |