Skip to content

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

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