Skip to main content
Version: 2.70.0-Beta 🚧

Timer

The Timer component allows users to track time by counting both upward and downward. It's useful for tasks like setting countdowns, tracking elapsed time, or timing events.

Properties

Property
Description
Default valueIt specifies the initial value of timer. Format is: HH.MM.SS.MS.
Timer typeIt specifies if its a upward or downward counter. Select Count Up or Count Down from the dropdown or you can click on fx to programmatically define the values countUp or countDown.

Events

Event
Description
On startTriggers whenever the user clicks on start button.
On resumeTriggers whenever the user clicks on resume button.
On pauseTriggers whenever the user clicks on pause button.
On count down finishTriggers whenever the count down timer reaches zero.
On resetTriggers whenever the user clicks on reset button.
info

Check Action Reference docs to get the detailed information about all the Actions.

Component Specific Actions (CSA)

There are currently no CSA (Component-Specific Actions) implemented to regulate or control the component.

Exposed Variables

Variables
Description
How To Access
valueThis variable holds the value of the timer in the following keys: hour, minute, second, and mSecond.Access the value dynamically using JS: {{components.timer1.value.second}}

General

Tooltip

A Tooltip is often used to specify extra information about something when the user hovers the mouse pointer over the component.

Under the General accordion, you can set the value in the string format. Now hovering over the component will display the string as the tooltip.

Devices

Devices
Description
Expected Value
Show on desktopMakes the component visible in desktop view.You can set it with the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.
Show on mobileMakes the component visible in mobile view.You can set it with the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.

Styles

Property
Description
Configuration Options
VisibilityControls component visibility. Toggle or set dynamically.Enable/disable the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.
DisableEnables or disables the component. Toggle or set dynamically.Enable/disable the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.
Box shadowSets the box shadow properties of the component.Select the box shadow color and adjust the related properties or programmatically set it using fx.
info

Any property having fx button next to its field can be programmatically configured.