EditMode.transient
The view is in a temporary edit mode.
Declaration
case transientDiscussion
The use of this state varies by platform and for different controls. As an example, SwiftUI might engage temporary edit mode over the duration of a swipe gesture.
The isEditing property is true in this state.