CLASS
HiddenFormField
Contents
- Properties
value
- Methods
encode(to:)
public final class HiddenFormField: FormField
A hidden form field, which should not be presented to the user.
Properties
value
public let value: String
The value of the field.
Methods
encode(to:)
override public func encode(to encoder: Encoder) throws