packages/eui-ecl/packages/core/src/lib/components/ecl-file/ecl-file.component.ts
| selector | ecl-file |
| styles |
:host {
display: block;
}
|
| templateUrl | ./ecl-file.component.html |
Methods |
Inputs |
Outputs |
HostBindings |
Accessors |
| aria-label |
Type : string
|
Default value : ''
|
| description |
Type : string
|
| detailMeta |
Type : string[]
|
| downloadFileName |
Type : string
|
| eclTitle |
Type : string
|
| href |
Type : string
|
Default value : ''
|
| label |
Type : string
|
| labelInfo |
Type : string
|
| language |
Type : string
|
| meta |
Type : string[] | any
|
| thumbnailUrl |
Type : string
|
| class |
Type : string
|
| e2eAttr |
Type : any
|
| itemDownload |
Type : EventEmitter
|
| class |
Type : any
|
| Public getDownloadFileName |
getDownloadFileName()
|
|
Returns :
string
|
| onItemClick | ||||||
onItemClick(evt: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| getCssClasses | ||||||
getCssClasses(rootClass: string)
|
||||||
|
Parameters :
Returns :
string
|
| cssClasses |
getcssClasses()
|
| isThumbnail |
getisThumbnail()
|