mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-29 17:38:07 +00:00
* Timer Widget * feature-1632 Fix * feature-1632 fix * feature-1632 fixes * Fix * Fix * Fix * fix * added default value to the widget * widget size change * Reverting last changes
708 B
708 B
Timer
Timer widget lets users to count timer both upward and downward
Properties
| properties | description |
|---|---|
| Default value | It specifies the initial value of timer. |
| Timer type | It specifies If its a upward or downward counter. |
Events
On reset
This event is fired when user clicks on reset button.
On resume
This event is fired when user clicks on resume button.
On pause
This event is fired when user clicks on pause button.
On count down finish
This event is fired when the count down timer reaches zero.