packages/ecl/components/ecl-spotlight/ecl-spotlight-link/ecl-spotlight-link.component.ts
Component representing an anchor element, within the ecl-spotligh, based on the ECL design system. Serves as a container for structured content such as images and titles.
| selector | a[eclSpotlightLink] |
| templateUrl | ./ecl-spotlight-link.component.html |
Properties |
Methods |
Inputs |
HostBindings |
Accessors |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class |
Type : string
|
|
Binds the component's root CSS classes. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| copyright |
Type : unknown
|
Default value : signal<string>('')
|
| hasAnchor |
Type : unknown
|
Default value : signal<boolean>(false)
|
| spotlightTitle |
Type : unknown
|
Default value : signal<string>('')
|
| cssClasses |
getcssClasses()
|
|
Binds the component's root CSS classes.
Returns :
string
|