that then will allow me to specify in the ui an as...
# tornadofx
a
that then will allow me to specify in the ui an aspect path as above i.e.
Copy code
...
field("street address") {
   textfield(model.address.streetAddress) 
}
the fact that I can't do that without modifying things seems to me that I may be missing something I"m not griping but just to share my perspective and expectations I was doing this 20 years ago in VisualWorks(Smalltalk) and still do this today, and of course those experiences guide me as I try to learn new tools , I like Kotlin and so far TornadoFX and I'm trying to diversify from Groovy since GraalVM intrigues me 🙂, any how if you know what I'm missing pls let me know