Join Slack
Powered by
So in one place you'd do `scope.put(someModel)` an...
# tornadofx
e
edvin
10/07/2018, 9:23 PM
So in one place you'd do
scope.put(someModel)
and then you can access that from a component in the same scope by doing either
find<SomeModel>()
or
val someModel: SomeModel by inject()
.
Open in Slack
Previous
Next