`val machinesProperty = bind(autocommit = true) { ...
# tornadofx
p
val machinesProperty = bind(autocommit = true) { item?.machinesProperty }
is what I'm doing.