FWComponentSnapshot

protocol FWComponentSnapshot : Encodable

Protocol specifying the characteristics of a component snapshot.

  • The input provided in the form.

    Declaration

    Swift

    var response: String { get }
  • Which kind of component is this

    Declaration

    Swift

    var component: FWComponentModelWrapper.Types { get }