Also, I think the `properties["tornadofx.uicompone...
# tornadofx
r
Also, I think the
properties["tornadofx.uicomponent"]?.let { if (it is T) it else null }
can be replaced with
properties["tornadofx.uicomponent"] as? T