Other
Timer
A component that emits an event repeatedly at specified time intervals, enabling time-based refresh.
Fields
Name | Type | Description | Options |
---|---|---|---|
Interval (ms) | Number | How much time to wait between ticks. A tick is considered finished when its event is handled. | |
Active | Text | Whether the timer should trigger tick events. |
|
Accent | Color | ||
Custom CSS classes | Text | CSS classes, separated by spaces. You can define classes in custom stylesheets. |
Events
Low code usage
This component can be declared directly in Python, using backend-driven UI.
A function, in this example handle_event
, should be implemented in your code to handle events.