packages/eui-ecl/packages/core/src/lib/components/ecl-icon/ecl-icon.component.ts
| selector | ecl-icon |
| templateUrl | ./ecl-icon.component.html |
Properties |
Methods |
Inputs |
Accessors |
constructor(el: ElementRef)
|
||||||
|
Parameters :
|
| ariaHidden |
Type : boolean | any
|
Default value : true
|
| ariaLabelledby |
Type : string
|
| color |
Type : string
|
| focusable |
Type : boolean | any
|
Default value : false
|
| icon |
Type : string
|
| iconSet |
Type : "default" | "social" | "social-media" | "flag" | string
|
Default value : 'default'
|
| role |
Type : string
|
| size |
Type : "2xs" | "xs" | "s" | "m" | "l" | "xl" | "2xl" | "fluid" | string
|
Default value : 'xs'
|
| transform |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| getClasses |
getClasses()
|
|
Returns :
{ [x: string]: string; [x: number]: boolean; }
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| Public el |
Type : ElementRef
|
| svgEl |
Type : Element
|
Decorators :
@coerceElement()
|
| iconUrl |
geticonUrl()
|