Types

enum Types : String, CodingKey

Types of component supported by Formworks.

For decoding techniques of each of these cases, please refer to the init(from decoder: Decoder) throws method from FWComponentModelWrapper.

  • Declaration

    Swift

    case text
  • Declaration

    Swift

    case multiline
  • Declaration

    Swift

    case numerical
  • Declaration

    Swift

    case email
  • Declaration

    Swift

    case phonenumber