You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ViewCommand is a higher level instruction in a View to do something. For example in a Listview a commands could be lineDown and lineUp. These commands can be bound to key/mouse events but can also get run directly via View.
This was already partially implemented but not finished.