FieldIdentifier
Swift
public enum FieldIdentifier
extension AbstractFormAction.FieldIdentifier: ExpressibleByIntegerLiteral, ExpressibleByStringLiteral, Equatable
Possible ways to identify a FormField
in the context of the fieldIdentifiers
property.
-
Undocumented
Declaration
Swift
case objectNumber(Int)
-
Undocumented
Declaration
Swift
case fullyQualifiedName(String)
-
Declaration
Swift
public typealias IntegerLiteralType = Int
-
Declaration
Swift
public init(integerLiteral value: Int)
-
Declaration
Swift
public init(stringLiteral value: StringLiteralType)