I'm adding a sweet little trick to `Component` so ...
# tornadofx
e
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