Progressbar of type circular
To render the circular Label.
Parameter | Type | Description |
---|---|---|
isProgressRefresh | boolean |
Indicates whether progress should be refreshed. Defaults to false. |
Returns void
Renders circular progress to update previous progress.
Parameter | Type | Description |
---|---|---|
previousEnd (optional) | number |
The previous end value of the progress. |
previousTotalEnd (optional) | number |
The previous total end value of the progress. |
refresh (optional) | boolean |
Indicates whether to refresh the progress. |
Returns void
To render the circular track.
Returns void