view Model Instance
The ViewModelInstance assigned to this artboard. Once assigned, modifications to the properties of the instance will be reflected in the bindings of this artboard.
Assigning null will do nothing.
You should only use assign this property if your file does not contain a state machine. If it does, prefer StateMachineInstance.viewModelInstance instead, as it will set the view model for both the state machine and the artboard.