title | apiRef | contributors | |||
---|---|---|---|---|---|
ActivityIndicator |
|
<ActivityIndicator>
is a UI component that shows a progress indicator signalling to the user of an operation running in the background.
<ActivityIndicator busy="true" @busyChange="onBusyChanged" />
[> screenshots for=ActivityIndicator <]
Name | Type | Description |
---|---|---|
busy |
Boolean |
Gets or sets whether the indicator is active. When true , the indicator is active. |
Name | Description |
---|---|
busyChange |
Emitted when the busy property is changed. |
Android | iOS |
---|---|
android.widget.ProgressBar (indeterminate = true) |
UIActivityIndicatorView |