Documentation
Nativescript Doc
Preparing search index...
image
ProgressEventData
Interface ProgressEventData
interface
ProgressEventData
{
current
?:
number
;
finished
?:
boolean
;
progress
?:
number
;
total
?:
number
;
}
Hierarchy (
View Summary
)
EventData
ProgressEventData
Index
Properties
current?
finished?
progress?
total?
Properties
Optional
current
current
?:
number
Optional
finished
finished
?:
boolean
Optional
progress
progress
?:
number
Optional
total
total
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
finished
progress
total
Nativescript Doc
Documentation
Loading...