Documentation / @ripl/core / ElementValidationResult
Interface: ElementValidationResult
Defined in: packages/core/src/core/element.ts:218
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:222 |
type | ElementValidationType | Severity of the result — info, warning, or error. | packages/core/src/core/element.ts:220 |