Home
GitHub
Preparing search index...
The search index is not available
VFX-JS
VFX-JS
ProgressEventInit
Interface ProgressEventInit
interface
ProgressEventInit
{
lengthComputable
?:
boolean
;
loaded
?:
number
;
total
?:
number
;
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
}
Hierarchy (
view full
)
EventInit
ProgressEventInit
Index
Properties
length
Computable?
loaded?
total?
bubbles?
cancelable?
composed?
Properties
Optional
length
Computable
length
Computable
?:
boolean
Optional
loaded
loaded
?:
number
Optional
total
total
?:
number
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
length
Computable
loaded
total
bubbles
cancelable
composed
Home
GitHub
VFX-JS
Loading...