packages/eui-ecl/packages/core/src/lib/components/ecl-breadcrumb/ecl-breadcrumb.component.ts
OnInit
AfterViewInit
OnDestroy
| selector | ecl-breadcrumb |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-breadcrumb.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
constructor(el: ElementRef, translate: TranslateService)
|
|||||||||
|
Parameters :
|
| isNegative |
Type : boolean | any
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| attr.aria-label |
Type : any
|
| attr.role |
Type : string
|
Default value : 'navigation'
|
| class |
Type : any
|
| onEllipsisSegmentClick | ||||||
onEllipsisSegmentClick(evt: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| ariaLabel |
Decorators :
@HostBinding('attr.aria-label')
|
| eclEllipsisSegment |
Type : EclBreadcrumbSegmentComponent
|
Decorators :
@ViewChild('ellipsisSegment')
|
| eclSegments |
Type : QueryList<EclBreadcrumbSegmentComponent>
|
Decorators :
@ContentChildren(undefined)
|
| role |
Type : string
|
Default value : 'navigation'
|
Decorators :
@HostBinding('attr.role')
|
| cssClasses |
getcssClasses()
|