packages/eui-ecl/packages/core/src/lib/components/ecl-timeline/ecl-timeline.component.ts
OnInit
AfterContentInit
OnDestroy
| selector | ecl-timeline |
| styles |
:host {
display: block;
}
|
| templateUrl | ecl-timeline.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| attr.role |
Type : string
|
Default value : 'list'
|
| class |
Type : any
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| attrRole |
Type : string
|
Default value : 'list'
|
Decorators :
@HostBinding('attr.role')
|
| timelineItems |
Type : QueryList<EclTimelineItemComponent>
|
Decorators :
@ContentChildren(undefined)
|
| cssClasses |
getcssClasses()
|