8.7 released—WinterCG Compliance Part 1
Learn more
Progress
Represents a progress component.

Summary

Constructors

constructor

Properties

android
ios
maxValue
value
152 properties inherited from View
Click to expand

Constructors

constructor

new Progress(): Progress

Properties

android

android: any
Gets the native [android widget](http://developer.android.com/reference/android/widget/ProgressBar.html) that represents the user interface for this component. Valid only when running on Android OS.

ios

ios: any
Gets the native iOS [UIProgressView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIProgressView_Class/) that represents the user interface for this component. Valid only when running on iOS.

maxValue

maxValue: number
Gets or sets a progress max value.

value

value: number
Gets or sets a progress current value.
Previous
Placeholder