Ditto JS SDK v5.0.0
Preparing search index...
AttachmentFetchEventProgress
Type Alias AttachmentFetchEventProgress
An attachment fetch event used when the attachment's download progressed but is not yet complete.
type
AttachmentFetchEventProgress
=
{
downloadedBytes
:
number
|
bigint
;
totalBytes
:
number
|
bigint
;
type
:
"Progress"
;
}
Index
Properties
downloaded
Bytes
total
Bytes
type
Properties
downloaded
Bytes
downloadedBytes
:
number
|
bigint
total
Bytes
totalBytes
:
number
|
bigint
type
type
:
"Progress"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
downloaded
Bytes
total
Bytes
type
Ditto JS SDK v5.0.0
Loading...
An attachment fetch event used when the attachment's download progressed but is not yet complete.