Form fields API (with all available types). All classes are based on Immutable.Record.
Form fields may only be created or modified if the Form Creator component is included in the license.
Classes
Methods
Methods
FormField deserializer. Converts a form field InstantJSON object to a PSPDFKit.FormFields.FormField.
Parameters:
Name | Type | Description |
---|---|---|
formField |
object | Serialized FormField |
Returns:
Form field serializer. Converts one of the supported PSPDFKit.FormFields to InstantJSON compliant objects.
Parameters:
Type | Description |
---|---|
PSPDFKit.FormFields.FormField |
Returns:
- Type
- object