packages/eui/packages/components/eui-breadcrumb/item/breadcrumb-item.component.ts
OnDestroy
OnInit
changeDetection | ChangeDetectionStrategy.Default |
encapsulation | ViewEncapsulation.None |
selector | eui-breadcrumb-item |
imports |
RouterModule
PortalModule
EUI_ICON
EUI_LABEL
|
templateUrl | breadcrumb-item.component.html |
Properties |
Methods |
Inputs |
HostBindings |
id |
Type : string
|
A unique id for the breadcrumb |
label |
Type : string
|
The label of the breadcrumbItem. It might get truncated if it's too long. |
link |
Type : string | any[]
|
Commands to pass to Router#createUrlTree.
|
navigationExtras |
Type : NavigationExtras
|
A fragment |
class |
Type : string
|
Default value : 'eui-breadcrumb-item'
|
destroy |
destroy()
|
Returns :
void
|
onClick |
onClick()
|
A callback to navigate to the given link using ng-router.
Returns :
boolean
|
setNext | ||||||||
setNext(breadcrumbItem: EuiBreadcrumbItemComponent)
|
||||||||
set the next breadcrumb item
Parameters :
Returns :
void
|
setPrevious | ||||||||
setPrevious(breadcrumbItem: EuiBreadcrumbItemComponent)
|
||||||||
set the previous breadcrumb item
Parameters :
Returns :
void
|
collapsed |
Default value : false
|
state of breadcrumb item in case of collapsed |
elementRef |
Default value : inject(ElementRef)
|
hasNext |
Default value : false
|
hasPrevious |
Default value : false
|
string |
Type : string
|
Default value : 'eui-breadcrumb-item'
|
Decorators :
@HostBinding('class')
|
width |
Type : number
|
Default value : 0
|
calculated item width |