Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.events
/
ProgressEventInit
Progress
Event
Init
interface
ProgressEventInit
:
EventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
length
Computable
Link copied to clipboard
abstract
val
lengthComputable
:
Boolean
?
loaded
Link copied to clipboard
abstract
val
loaded
:
Double
?
total
Link copied to clipboard
abstract
val
total
:
Double
?