Preparing search index...
The search index is not available
@sanity/client
@sanity/client
ProgressEvent
Interface ProgressEvent
interface
ProgressEvent
{
lengthComputable
:
boolean
;
loaded
?:
number
;
percent
:
number
;
stage
:
"upload"
|
"download"
;
total
?:
number
;
type
:
"progress"
;
}
Index
Properties
length
Computable
loaded?
percent
stage
total?
type
Properties
length
Computable
lengthComputable
:
boolean
Optional
loaded
loaded
?:
number
percent
percent
:
number
stage
stage
:
"upload"
|
"download"
Optional
total
total
?:
number
type
type
:
"progress"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
length
Computable
loaded
percent
stage
total
type
@sanity/client
Loading...