Sporades SDK API
Preparing search index...
client
UploadProgressEvent
Type Alias UploadProgressEvent
Upload progress event for a single file upload.
type
UploadProgressEvent
=
{
fileId
:
string
;
loaded
:
number
;
total
:
number
;
type
:
"progress"
;
}
Index
Properties
file
Id
loaded
total
type
Properties
file
Id
fileId
:
string
loaded
loaded
:
number
total
total
:
number
type
type
:
"progress"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
file
Id
loaded
total
type
Sporades SDK API
Loading...
Upload progress event for a single file upload.