src/lib/service/upload/upload.interface.ts
Is part of the ProgressStatus
interface
Properties |
err |
err:
|
Type : literal type
|
Optional |
filename |
filename:
|
Type : string
|
id |
id:
|
Type : string
|
progress |
progress:
|
Type : Observable<number>
|
result |
result:
|
Type : UploadResult[]
|
Optional |
subscription |
subscription:
|
Type : Subscription
|