DiscardedEdits

data class DiscardedEdits(val featureForm: FeatureForm, val willNavigate: Boolean) : FeatureFormEditingEvent

Indicates that the edits have been discarded on the featureForm.

Parameters

featureForm

The FeatureForm that was edited.

willNavigate

Indicates if the form will navigate to another screen after discarding the edits.

Constructors

Link copied to clipboard
constructor(featureForm: FeatureForm, willNavigate: Boolean)

Properties

Link copied to clipboard
val featureForm: FeatureForm
Link copied to clipboard