Preparing search index...
The search index is not available
Юниверс MDM SDK UI
@universe-ee/sdk
Universe
Platform
Network
AxiosProgressEvent
Interface AxiosProgressEvent
Public
interface
AxiosProgressEvent
{
bytes
:
number
;
download
?:
boolean
;
estimated
?:
number
;
event
?:
any
;
lengthComputable
:
boolean
;
loaded
:
number
;
progress
?:
number
;
rate
?:
number
;
total
?:
number
;
upload
?:
boolean
;
}
Index
Properties
bytes
download?
estimated?
event?
length
Computable
loaded
progress?
rate?
total?
upload?
Properties
bytes
bytes
:
number
Optional
download
download
?:
boolean
Optional
estimated
estimated
?:
number
Optional
event
event
?:
any
length
Computable
length
Computable
:
boolean
loaded
loaded
:
number
Optional
progress
progress
?:
number
Optional
rate
rate
?:
number
Optional
total
total
?:
number
Optional
upload
upload
?:
boolean
On This Page
Properties
bytes
download
estimated
event
length
Computable
loaded
progress
rate
total
upload
Юниверс MDM SDK UI
Loading...
Public