Page History
...
| Token | Short description |
|---|---|
| displayName | Human-readable name shown in the structure panel. |
| date | Target date/time for the countdown (Date or parseable string). |
| format | Which time units to show (days / hours / minutes / seconds). |
| updateIntervalInMS | Refresh rate in milliseconds (default 1000). |
| expiredText | Text shown once the countdown reaches/passes the target time. |
| widthAuto | Auto-size to content (true) or fill container (false). |
| showTimerIcon | Toggle a decorative timer/clock icon. |
| events | Container for the component’s event handlers. |
| ON_INIT (eventsEvents) | Fires when the component is initialized (setup). |
| ON_DESTROY (eventsEvents) | Fires when the component is removed (cleanup). |
| ON_GLOBAL_PARAMETERS_CHANGE (eventsEvents) | Fires when relevant global parameters change. |
| ON_DATA_HUB_CHANGE (eventsEvents) | Fires when the Data Hub context/state changes. |
| ON_EXPIRED (eventsEvents) | Fires once when the target time is reached/passed. |
...