CodingUserInfoKey
struct CodingUserInfoKey : RawRepresentable, Equatable, Hashable
Extension of CodingUserInfoKey to add keys used by the Codable objects in this framework.
-
The key for the factory to use when coding.
Declaration
Swift
public static let factory: CodingUserInfoKey
-
The key for the task identifier to use when coding.
Declaration
Swift
public static let taskIdentifier: CodingUserInfoKey
-
The key for the schema info to use when coding.
Declaration
Swift
public static let schemaInfo: CodingUserInfoKey
-
The key for the task data source to use when coding.
Declaration
Swift
public static let taskDataSource: CodingUserInfoKey
-
The key for pointing to a specific bundle for the decoded resources.
Declaration
Swift
public static let bundle: CodingUserInfoKey
-
The key for pointing to mutable coding info.
Declaration
Swift
public static let codingInfo: CodingUserInfoKey
-
The key for the current step identifier to use when decoding a form step input field that should inherit the step identifier from the parent step.
Declaration
Swift
public static let stepIdentifier: CodingUserInfoKey