validateComponent
validateComponent(
component,rules?): readonlyReadonly<{code:string&object|ValidationCode;componentId?:string;message:string;property?:string;severity:ValidationSeverity;wireId?:string; }>[]
Defined in: packages/core/src/model/validation.ts:432
Parameters
Section titled “Parameters”component
Section titled “component”rules?
Section titled “rules?”readonly PropertyRule[] = ...
Returns
Section titled “Returns”readonly Readonly<{ code: string & object | ValidationCode; componentId?: string; message: string; property?: string; severity: ValidationSeverity; wireId?: string; }>[]