Circular
12 Sep 20251 minute to read
Progressbar of type circular
Methods
renderCircularLabel
To render the circular Label.
| Parameter | Type | Description |
|---|---|---|
| isProgressRefresh | boolean |
Indicates whether progress should be refreshed. Defaults to false. |
Returns void
renderCircularProgress
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
renderCircularTrack
To render the circular track.
Returns void