Timer¶
Example¶
| type | name | parameter_list |
|---|---|---|
| timer | timer_par_5_1 | starting_minutes: 10 |
| timer | timer_par_5_2 | starting_minutes: 15 |

Google Sheet Demo
Live Preview Demo
Parameters¶
| Parameter | Value | Description |
|---|---|---|
| title | null (default) | No title |
| title | string | Any text as a title |
| help | null (default) | No help tooltip |
| help | string | Any text for help tooltip |
| is_editable_on_playing | false (default) | Not possible to change the values of the timer when it is running |
| is_editable_on_playing | true | Possible to change the values of the timer when it is running |
| duration_extension | 1 (default) | Increase the time by one minute when adding time |
| duration_extension | number | Any number of minutes for increasing the time on the timer |
| starting_minutes | 10 (default) | Starting time is 10 minutes (and 0 seconds) |
| starting_minutes | number | Any number as starting minutes |
| starting_seconds | 0 (default) | Starting time is 0 seconds (and 10 minutes) |
| starting_seconds | number | Any number as starting seconds |