packages/ecl/components/ecl-timeline/ecl-timeline.component.ts
| selector | ecl-timeline, ol[eclTimeline] |
| styles |
:host {
display: block;
}
|
| templateUrl | ecl-timeline.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| attr.data-ecl-timeline-expanded |
Type : boolean | null
|
Default value : null
|
| attr.role |
Type : string
|
Default value : 'list'
|
|
Sets the |
| class |
Type : string
|
|
Applies the |
| onFocusFirstExpandedLink | ||||||||
onFocusFirstExpandedLink(item: EclTimelineItemComponent)
|
||||||||
|
Focuses the first link in the expanded timeline item, ensuring it's only done once per toggle group interaction.
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| attrRole |
Type : string
|
Default value : 'list'
|
Decorators :
@HostBinding('attr.role')
|
|
Sets the |
| isExpanded |
Type : boolean | null
|
Default value : null
|
Decorators :
@HostBinding('attr.data-ecl-timeline-expanded')
|
| timelineItems |
Type : QueryList<EclTimelineItemComponent>
|
Decorators :
@ContentChildren(undefined)
|
|
List of projected |
| cssClasses |
getcssClasses()
|
|
Applies the
Returns :
string
|