packages/ecl/components/ecl-file/ecl-file-picture.directive.ts
Directive to style a title element in an ECL file component.
| Selector | [eclFileTitle] |
Properties |
Methods |
Inputs |
HostBindings |
| id |
Type : string
|
|
ID attribute for the title element. |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-file__title |
Type : boolean
|
Default value : true
|
|
Applies the ECL file title class to the host element. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-file__title')
|
|
Applies the ECL file title class to the host element. |