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