Skip to main content

Interface: ThemeValidationResult

Defined in: shared/types/validation.ts:88

Theme validation result.

Remarksโ€‹

Specialized validation result for theme configuration validation.

Hierarchyโ€‹

View Summary

Extendsโ€‹

Propertiesโ€‹

errorsโ€‹

errors: readonly string[];

Defined in: shared/types/validation.ts:44

Array of validation error messages

Inherited fromโ€‹

BaseValidationResult.errors


successโ€‹

success: boolean;

Defined in: shared/types/validation.ts:46

Whether validation passed (no errors)

Inherited fromโ€‹

BaseValidationResult.success


warnings?โ€‹

optional warnings?: readonly string[];

Defined in: shared/types/validation.ts:48

Optional warning messages that don't prevent validation success

Inherited fromโ€‹

BaseValidationResult.warnings


missingProperties?โ€‹

optional missingProperties?: string[];

Defined in: shared/types/validation.ts:90

Missing theme properties


themeErrors?โ€‹

optional themeErrors?: string[];

Defined in: shared/types/validation.ts:92

Theme-specific validation errors