Saved Edits
data class SavedEdits(val featureForm: FeatureForm, val willNavigate: Boolean) : FeatureFormEditingEvent
Indicates that the edits have been saved successfully on the featureForm.
Parameters
feature Form
The FeatureForm that was edited.
will Navigate
Indicates if the form will navigate to another screen after saving the edits.