Progress bar

A graphical representation that displays the progress of a task or process using a percentage value. It is capable of indicating an incomplete state, and it allows the user to choose whether or not to display the current value.

Methods

MethodDescription

setValue(value: number)

sets component's value

Triggers

Triggers allow you to launch certain actions upon different events.

On Init

Calls for an action on component initialization, e.g., page refresh

Last updated