Feature Form Editing Event
Indicates an event that occurs during the editing of a feature form.
Inheritors
Types
Link copied to clipboard
data class DiscardedEdits(val featureForm: FeatureForm, val willNavigate: Boolean) : FeatureFormEditingEvent
Indicates that the edits have been discarded on the featureForm.
Link copied to clipboard
data class SavedEdits(val featureForm: FeatureForm, val willNavigate: Boolean) : FeatureFormEditingEvent
Indicates that the edits have been saved successfully on the featureForm.