FUIObjectStep
public enum FUIObjectStep : FUIStep
A set of predefined steps for generic floorplan.
-
Display a new page when tapping on a section element.
Declaration
Swift
case display(Any) -
Show an editing page when tapping on the
editbutton.Declaration
Swift
case edit(Any) -
Show a create page when tapping on the
createbuttonDeclaration
Swift
case create -
A step signals editing is finished.
Declaration
Swift
case editingFinished(Result<Any?, Error>)