IUploadProgress
@spartanfx/react / spfx / IUploadProgress
Interface: IUploadProgress
Upload progress information
Properties
Required
| Property | Type | Description |
|---|---|---|
file | File | - |
fileName | string | - |
progress | number | - |
status | "success" | "error" | "pending" | "uploading" | - |
Options
| Property | Type | Description |
|---|---|---|
error? | string | - |