It would be nice to be able to have finer control on watch bindings.
I'm thinking maybe have a paused : "state_variable" binding option that controls whether or not the binding is being watched or not.
For this to work I would need to implement it so that when the paused state variable is set the watch is started and when it is unset the watch is stopped. It could be that I require the user to run the load action when ready, but it would be nice to have a more elegant feeling solution.
It would be nice to be able to have finer control on watch bindings.
I'm thinking maybe have a
paused : "state_variable"binding option that controls whether or not the binding is being watched or not.For this to work I would need to implement it so that when the paused state variable is set the watch is started and when it is unset the watch is stopped. It could be that I require the user to run the load action when ready, but it would be nice to have a more elegant feeling solution.