Namespace: FormFields

PSPDFKit.FormFields

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 Designer component is included in the license.

Classes

Methods




Methods

(static) fromSerializableObject(formField) → {PSPDFKit.FormFields.FormField}

FormField deserializer. Converts a form field InstantJSON object to a PSPDFKit.FormFields.FormField.

Parameters:
Name Type Description
formField object

Serialized FormField

Returns:
Type
PSPDFKit.FormFields.FormField

(static) toSerializableObject() → {object}

Form field serializer. Converts one of the supported PSPDFKit.FormFields to InstantJSON compliant objects.

Parameters:
Type Description
PSPDFKit.FormFields.FormField
Returns:
Type
object