Skip to content

Commit 94409b5

Browse files
author
philter
committed
Add support for setting ViewModel value using Listeners and comparing ViewModels in Transition Conditions (#11917) 46a089fc12
ViewModels can now be used in the following ways: Setting ViewModel properties of type ViewModel to either: 1) another ViewModel property of type ViewModel or 2) the ViewModelInstance of the state machine's current data context Comparing 2 ViewModel values in a transition condition using either 1) 2 different ViewModel properties of type ViewModel or 2) a ViewModel property of type ViewModel with the ViewModelInstance of the state machine's current data context.
1 parent 5b816b5 commit 94409b5

File tree

2 files changed

+2
-2
lines changed