Yes, this. So given ``` val scriptProperty = Simpl...
# tornadofx
o
Yes, this. So given
Copy code
val scriptProperty = SimpleStringProperty()
val evalProperty = scriptProperty.objectBinding { evalScript(it!!)}
and
scriptProperty
bound to TextArea text, I want
evalProperty
to reevaluate only when
scriptProperty
didn’t change for, say, 100ms