ValidateOptions
Defined in: impl/js/src/types.ts:63
Experimental
Options for source/template compatibility validation.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
depth? | "schema" | "full" | Experimental 'schema' validates declarations and headers without scanning source rows. 'full' also scans selected XLSX cells for unreadable values and validates JSON row shapes and tagged scalar values. | impl/js/src/types.ts:69 |