Skip to content

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 ​

PropertyTypeDescriptionDefined in
messagestringHuman-readable description of the validation result.packages/core/src/core/element.ts:295
typeElementValidationTypeSeverity of the result: info, warning, or error.packages/core/src/core/element.ts:293