<@U13A9PZC0> The use case for ViewModel would be i...
# tornadofx
e
@gtnarg The use case for ViewModel would be if your model object contains properties from several backing objects simultaneously. Since ViewModel can be injected now, you could for example use it as a holder for a list of items, like in the video I created yesterday. The PersonController might aswell just have been a
PersonListModel : ViewModel