<@U6BRLED33> Aha, the `params` map holdes any para...
# tornadofx
e
@eddy_wm Aha, the
params
map holdes any parameters sent to the view. You can also access those using the
val myParam: Int by param()
syntax. I can create an example that shows how to deal with nested properties in a TableView.