I've made a custom Survey123 form using the Web App JavaScript API, which works great. However, I need to submit the form request while passing field names to the recalculate parameter, and I don't see this property in the documentation for the Survey123WebFormOptions class.
I can set mode, portalURL, version, etc. through the API, but not recalculate. Does anyone know if this is possible without modifying and self-hosting the API code?