Юниверс DG SDK UI
v2.15.0
@universe-dg/sdk
Universe
Platform
Network
AxiosProgressEvent
Интерфейс AxiosProgressEvent
Событие прогресса загрузки/скачивания
interface
AxiosProgressEvent
{
bytes
:
number
;
download
?:
boolean
;
estimated
?:
number
;
event
?:
any
;
lengthComputable
:
boolean
;
loaded
:
number
;
progress
?:
number
;
rate
?:
number
;
total
?:
number
;
upload
?:
boolean
;
}
Индекс
Свойства
bytes
download?
estimated?
event?
length
Computable
loaded
progress?
rate?
total?
upload?
Свойства
bytes
bytes
:
number
Optional
download
download
?:
boolean
Optional
estimated
estimated
?:
number
Optional
event
event
?:
any
length
Computable
lengthComputable
:
boolean
loaded
loaded
:
number
Optional
progress
progress
?:
number
Optional
rate
rate
?:
number
Optional
total
total
?:
number
Optional
upload
upload
?:
boolean
Настройки
Видимость элементов
?
Наследуемый
Защищенный
Внешний
Экспериментальный
Внутренний
На этой странице
Свойства
bytes
download
estimated
event
length
Computable
loaded
progress
rate
total
upload
Юниверс DG SDK UI
v2.15.0
Поиск
Подготовка поискового индекса...
Загрузка...
Событие прогресса загрузки/скачивания