ValidationDiagnostic
Defined in: impl/js/src/types.ts:85
Experimental
One compatibility finding emitted by validateSource*.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
candidates? | string[] | Experimental | impl/js/src/types.ts:93 |
code | XtlErrorCode | Experimental | impl/js/src/types.ts:86 |
column? | string | Experimental | impl/js/src/types.ts:90 |
detail | string | Experimental | impl/js/src/types.ts:92 |
location? | string | Experimental | impl/js/src/types.ts:91 |
severity | "error" | "warning" | Experimental | impl/js/src/types.ts:87 |
sheet? | string | Experimental | impl/js/src/types.ts:89 |
source? | string | Experimental | impl/js/src/types.ts:88 |