Scope is an open class, so you can subclass it to ...
# tornadofx
e
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 🙂