Structures
The following structures are available globally.
-
The custom color style specification.
See moreDeclaration
Swift
public struct FWStyleSpecification : Codable
extension FWStyleSpecification: Equatable
-
Data structure for components being decoded.
See moreDeclaration
Swift
struct FWComponentModelWrapper : Codable
-
A text component data struct. Title is the only required value for initialising.
See moreDeclaration
-
Data structure for the form.
See moreDeclaration
Swift
struct FWFormModel
extension FWFormModel: Codable
-
Form response data structure.
See moreDeclaration
Swift
public struct FWFormSnapshot : Encodable
-
Wrapper structure for decoding
See moreFWComponentSnapshot
.Declaration
Swift
public struct FWComponentSnapshotWrapper : Encodable
-
Snapshot of the information of a text component.
See moreDeclaration
Swift
struct FWTextComponentSnapshot : FWComponentSnapshot
-
The configuration used to create a form.
See moreDeclaration
Swift
public struct FWConfiguration
-
This class is reponsible to get the JSON and transform in data.
See moreDeclaration
Swift
struct FWJSON
-
A validator that uses regexes to validation.
See moreDeclaration
Swift
struct FWRegexValidator : FWValidator