IntelliTect / IntelliTect/Coalesce
Add $clone method to ViewModel instances
Open
enhancement
- Dominant language
- C#
- Stars
- 82
- Forks
- 24
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 5
Description
A common scenario is to make an editor dialog that operates off a copy of a ViewModel to avoid mutating the page undearneath with edits that might not be saved. A simple way to clone a ViewModel, including data properties, dirty state, $params, and possibly other things would be useful for this scenario.
Contributor guide
Assessment
This issue has not been assessed yet.