packages/eui/packages/components-next/src/lib/components/eui-file-upload/uploaded-file/uploaded-file.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| selector | eui-uploaded-file |
| templateUrl | ./uploaded-file.component.html |
Properties |
|
Methods |
|
Inputs |
Outputs |
constructor(cd: ChangeDetectorRef)
|
||||||
|
Parameters :
|
| file |
Type : any
|
| hasPreview |
Default value : true
|
| hasPreviewAsIcon |
Default value : false
|
| hasPreviewAsImage |
Default value : true
|
| index |
Type : number
|
| isFilenameDisplayed |
Default value : true
|
| isFilesizeDisplayed |
Default value : true
|
| isFiletypeDisplayed |
Default value : true
|
| removeFromList |
Type : EventEmitter
|
| Public onRemoveFromList |
onRemoveFromList()
|
|
Returns :
void
|
| Public icon |
Type : string
|
| Public previewData |
Type : literal type
|
| Public url |
Type : string
|