Progress Bar
Overview
A graphical representation of the task or process progress using a percentage value. It can indicate an incomplete state and allows users to choose whether or not to display the current value.

Properties
Name
Type
Description
name
string
Component name
Methods
Name
Parameters
Returns
Description
setValue
value: number
void
Set component value. Accepts a number between 0 and 100.
Triggers
Name
Description
On Init
Triggered when the component is initialized
Last updated
Was this helpful?