...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
title | COUNTset saves the new value of the custom field in the custom field value file.
| |||||
Expand | ||||||
This means we can see the NextId in the card view of the component - and we can set it too! | ||||||
Expand | |||
---|---|---|---|
| |||
You can use component.setTimer{} is used here to run main every 2 seconds. This is a complete little program to increment a custom number field:
|
Expand | ||
---|---|---|
| ||
Remember, the Custom Fields values are stored on disc in JSON. This means we can load and save them programmatically. This is how this library works. |
...