class documentation
Supports a timer for executing operators/events after a specified duration or interval.
Parameters | |
timeout | the duration in milliseconds to wait before executing the operator |
interval | the interval in milliseconds to wait before executing the operator |
on | the operator to execute when the timeout is reached |
on | the operator to execute at the interval |
params | the params passed to the on_interval or on_timeout operator |
Method | __init__ |
Undocumented |
Inherited from View
:
Method | clone |
Undocumented |
Method | kwargs |
Undocumented |
Method | to |
Undocumented |
Instance Variable | caption |
Undocumented |
Instance Variable | component |
Undocumented |
Instance Variable | components |
Undocumented |
Instance Variable | container |
Undocumented |
Instance Variable | description |
Undocumented |
Instance Variable | label |
Undocumented |
Instance Variable | placeholder |
Undocumented |
Instance Variable | read |
Undocumented |
Instance Variable | space |
Undocumented |
Instance Variable | _kwargs |
Undocumented |