Documentation / @ripl/core / ElementValidationResult
Interface: ElementValidationResult ​
Defined in: packages/core/src/core/element.ts:291
The result of validating an element, with a severity type and descriptive message.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
message | string | Human-readable description of the validation result. | packages/core/src/core/element.ts:295 |
type | ElementValidationType | Severity of the result: info, warning, or error. | packages/core/src/core/element.ts:293 |