packages/ecl/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 |
Outputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| itemFocused |
Type : EventEmitter
|
|
Emitted when the internal link receives focus (used to cancel autoplay). |
| attr.aria-hidden |
Type : boolean
|
|
Sets |
| attr.inert |
Type : boolean
|
|
Sets |
| attr.role |
Type : string
|
Default value : 'listitem'
|
|
Declares ARIA role as list item for accessibility. |
| class |
Type : string
|
|
HostBinding to set the component’s CSS classes. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| eclLink |
Type : EclLinkDirective
|
Decorators :
@ContentChild(EclLinkDirective)
|
|
Optional projected |
| el |
Type : unknown
|
Default value : inject(ElementRef)
|
| role |
Type : string
|
Default value : 'listitem'
|
Decorators :
@HostBinding('attr.role')
|
|
Declares ARIA role as list item for accessibility. |
| cssClasses |
getcssClasses()
|
|
HostBinding to set the component’s CSS classes.
Returns :
string
|
| isCurrent | ||||||
getisCurrent()
|
||||||
|
Whether this slide is currently visible.
Returns :
boolean
|
||||||
setisCurrent(value: boolean)
|
||||||
|
Parameters :
Returns :
void
|
| isAriahidden |
getisAriahidden()
|
|
Sets
Returns :
boolean
|
| isInert |
getisInert()
|
|
Sets
Returns :
boolean
|