I'm not sure I understand. In the example above, t...
# tornadofx
e
I'm not sure I understand. In the example above, the ViewModel holds a specific person. The properties of the ViewModel will only be updated when the properties of that specific person is updated, until it is exchanged for another person:
model.rebind { item = someOtherPerson }