packages/eui-ecl/packages/core/src/lib/components/ecl-news-ticker/ecl-news-ticker-item.component.ts
| selector | ecl-news-ticker-item |
| templateUrl | ./ecl-news-ticker-item.component.html |
Properties |
|
Methods |
Inputs |
HostBindings |
Accessors |
constructor(el: ElementRef)
|
||||||
|
Parameters :
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| attr.aria-hidden |
Type : boolean
|
Default value : true
|
| attr.role |
Type : string
|
Default value : 'listitem'
|
| attr.tabindex |
Type : string
|
Default value : '-1'
|
| class |
Type : any
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| ariaHidden |
Default value : true
|
Decorators :
@HostBinding('attr.aria-hidden')
|
| eclLink |
Type : EclLinkDirective
|
Decorators :
@ContentChild(EclLinkDirective)
|
| Public el |
Type : ElementRef
|
| role |
Type : string
|
Default value : 'listitem'
|
Decorators :
@HostBinding('attr.role')
|
| tabindex |
Type : string
|
Default value : '-1'
|
Decorators :
@HostBinding('attr.tabindex')
|
| cssClasses |
getcssClasses()
|