This commit is contained in:
Bruno Windels 2021-04-28 10:05:21 +02:00
parent ef6f10c5a2
commit 15dfb6c202

View file

@ -6,4 +6,4 @@ InviteViewModel and RoomViewModel are interchangebly used as "room view model":
This is because they are accessed by the same url and need to transition into each other, in these two locations. Having two methods, especially in RoomGridViewModel would have been more cumbersome, even though this is not in line with how different view models are exposed in SessionViewModel. This is because they are accessed by the same url and need to transition into each other, in these two locations. Having two methods, especially in RoomGridViewModel would have been more cumbersome, even though this is not in line with how different view models are exposed in SessionViewModel.
They share an `id` and `kind` property, the latter can be used to differentiate them from the view. They share an `id` and `kind` property, the latter can be used to differentiate them from the view, and a `focus` method.