Skip to content

validateComponent

validateComponent(component, rules?): readonly Readonly<{ code: string & object | ValidationCode; componentId?: string; message: string; property?: string; severity: ValidationSeverity; wireId?: string; }>[]

Defined in: packages/core/src/model/validation.ts:432

Component

readonly PropertyRule[] = ...

readonly Readonly<{ code: string & object | ValidationCode; componentId?: string; message: string; property?: string; severity: ValidationSeverity; wireId?: string; }>[]