packages/ecl/components/ecl-list-illustration/ecl-list-illustration-icon.directive.ts
Directive representing an icon within an ECL illustration list item.
Applies the correct ECL class for list item icons.
| Selector | [eclListIllustrationIcon] |
Properties |
Methods |
Inputs |
HostBindings |
| class |
Type : string
|
| e2eAttr |
Type : any
|
| tabindex |
Type : number
|
| class.ecl-list-illustration__icon |
Type : boolean
|
Default value : true
|
|
Applies the ECL class for illustration item icons. |
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| className |
Type : unknown
|
Default value : true
|
Decorators :
@HostBinding('class.ecl-list-illustration__icon')
|
|
Applies the ECL class for illustration item icons. |