Join Slack
Communities
Powered by
Scope is an open class, so you can subclass it to ...
# tornadofx
e
edvin
10/28/2016, 12:28 PM
Scope is an open class, so you can subclass it to pass arbitrary data around together with the scope if you want. You can even use the scope to hold your state, which is very nice. Just put the
ViewModel
inside the scope 🙂
Open in Slack
Previous
Next