Nutrient Web SDK
    Preparing search index...

    Function fromSerializableObject

    • FormField deserializer. Converts a form field InstantJSON object to a NutrientViewer.FormFields.FormField.

      Parameters

      • id: string

        The ID of the form field.

      • payload: FormFieldJSON

        The serialized form field.

      • Optionaloptions: {
            group?: IGroup;
            permissions?: {
                delete: boolean;
                edit: boolean;
                fill?: boolean;
                reply?: boolean;
                setGroup: boolean;
            };
        }

        The options for the form field.

      Returns NutrientViewer.FormFields.FormField

      The deserialized form field.