ToolJet/docs/docs/widgets/timer.md

23 lines
708 B
Markdown
Raw Normal View History

# Timer
Timer widget lets users to count timer both upward and downward
<img class="screenshot-full" src="/img/widgets/timer/timer.gif" alt="ToolJet - Widget Reference - Timer" height="420"/>
#### 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.