Exposing _counter and having value
as a param in add_periodic_callback
#579
Labels
type: enhancement
Minor feature or improvement to an existing feature
I was thinking that it'd be useful to have _counter as a public method/to show in
periodic.params()
?Also maybe periodic.value = True mapped to periodic.start() and periodic.value = False mapped to periodic.stop() so there's less boilerplate and can use a .link() / .jslink() directly with a toggle
becomes
toggle.jslink(periodic, value='value')
The text was updated successfully, but these errors were encountered: