<@U78L28DMX> No, but you can access the fxmlLoader...
# tornadofx
e
@amanda.hinchman-dominguez No, but you can access the fxmlLoaders'map of components directly. If you look at the implementation of
fxid
, you'll see that it basically does
fxmlLoader!!.namespace[key]
to get to components by id 🙂