FWFormSnapshot
public struct FWFormSnapshot : Encodable
Form response data structure.
-
Title of the form.
Declaration
Swift
let title: String
-
Components of the Form
Declaration
Swift
var components: [FWComponentSnapshot]
-
Declaration
Swift
public func encode(to encoder: Encoder) throws