Yeah, it's just a marker instance. We should be ex...
# tornadofx
e
Yeah, it's just a marker instance. We should be explicit about what we allow to be put into scopes, but it should be easy to do so. Most of the time though, you won't have to add
ScopedInstance
to your classes, just wrap them in a
ViewModel
, or much better if you have just a single property: An
ItemViewModel
.