ViewModel actions
This page was created by Stephanie on 2023-08-07. Last edited by Edgar on 2025-08-31.
ViewModelActions have similar functionality as Class actions, but they act on ONE view rather than on the objects of a class - so you will find no "self" here. Instead, give what it is currently focused on in the view as variables starting with vCurrent_
. When the user has selected multiple items in grids, you will find them in vSelected_
collections for the corresponding View Model nesting.
Read more on vCurrent and vSelected.