Changes

EditPropertyValueCommand

458 bytes added, 09:55, 23 October 2023
/* EditPropertyValueCommand */ Added notes on Viewmodel location and automatic save and commit behaviors / alternate commands
== EditPropertyValueCommand ==
This command is used to open a dialog for editing a property.
 
It is located on the ContentViewModel, and as such can be used from the UI of an object to edit its MetaProperties.
 
{{Attention|Note that a Save and Commit on the ContentViewModel is automatically triggered once the edit is confirmed.}}
If your usecase requires that the property change is not automatically saved, consider using the (PropertyViewModel).ShowEditorCommand / .PropertyClickedCommand to trigger the edit dialogue of a specific MetaProperty.
 
== Command Properties ==
373
edits