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 edit button.

    Declaration

    Swift

    case edit(Any)
  • Show a create page when tapping on the create button

    Declaration

    Swift

    case create
  • A step signals editing is finished.

    Declaration

    Swift

    case editingFinished(Result<Any?, Error>)