Function: importSurveyJs()
function importSurveyJs(_json, _opts?): Promise<ImportSurveyJsResult>;
Defined in: index.ts:188
SurveyJS JSON → RFD. Not implemented.
docs/17 §12 marks this one experimental, and unlike XLSForm and XForm it has
no normative mapping table in docs/20 — writing it against a guessed mapping
would produce definitions nobody could review. The signature is exported so
the surface matches the reference and so a host can feature-detect it, but
every call rejects with RASD_XLSFORM_IMPORT.
Parameters
| Parameter | Type |
|---|---|
_json | unknown |
_opts | ImportSurveyJsOptions |
Returns
Promise<ImportSurveyJsResult>
Throws
RasdError RASD_XLSFORM_IMPORT — always.