dashboard-react
Preparing search index...
DownloadProgress
Interface DownloadProgress
Progress snapshot for a download shown in the dashboard.
interface
DownloadProgress
{
totalBytes
:
number
;
downloadedBytes
:
number
;
speed
:
number
;
etaMs
:
number
;
percentage
:
number
;
completedFiles
:
number
;
totalFiles
:
number
;
files
:
{
name
:
string
;
totalBytes
:
number
;
downloadedBytes
:
number
}
[]
;
}
Index
Properties
total
Bytes
downloaded
Bytes
speed
eta
Ms
percentage
completed
Files
total
Files
files
Properties
total
Bytes
totalBytes
:
number
downloaded
Bytes
downloadedBytes
:
number
speed
speed
:
number
eta
Ms
etaMs
:
number
percentage
percentage
:
number
completed
Files
completedFiles
:
number
total
Files
totalFiles
:
number
files
files
:
{
name
:
string
;
totalBytes
:
number
;
downloadedBytes
:
number
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
total
Bytes
downloaded
Bytes
speed
eta
Ms
percentage
completed
Files
total
Files
files
dashboard-react
Loading...
Progress snapshot for a download shown in the dashboard.