This is an overview of the most common usage of Progress. For more information about the available properties, methods, or events, head over to the complete API documentation for Progress.
<Progress>
はタスクの進捗を示すバーを表示するUIコンポーネントです。
こちらもご覧ください: ActivityIndicator.
<Progress :value="currentProgress" />
名前 | 型 | 説明 |
---|---|---|
value | Number | プログレスバーの現在の値を取得・設定します。値は0からmaxValue までになる必要があります。 |
maxValue | Number | プログレスバーの最高値を取得・設定します。 デフォルトの値: 100 . |
名前 | 説明 |
---|---|
valueChange | value プロパティが変更した時に発火します。 |
Android | iOS |
---|---|
android.widget.ProgressBar (indeterminate = false) | UIProgressView |