packages/ecl/components/ecl-file/ecl-file-download.directive.ts
Directive to apply the correct styling class for a translation download link inside a file component.
| Selector | [eclFileTranslationDownload] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-file__translation-download |
Type : boolean
|
Default value : true
|
|
Applies the ECL translation download class to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-file__translation-download')
|
|
Applies the ECL translation download class to the host element. |