Join Slack
Communities
Powered by
I'm adding a sweet little trick to `Component` so ...
# tornadofx
e
edvin
10/31/2016, 9:35 AM
I'm adding a sweet little trick to
Component
so that you can easily override the scope type. This is super useful when you want to access a model or some other object inside your Scope subclass:
override val scope = super.scope as MyScope
Open in Slack
Previous
Next