• Overview
@angular/forms/signals

TreeValidator

Type Alias

A function that takes the FieldContext for the field being validated and returns a TreeValidationResult indicating errors for the field and its sub-fields.

API

    
      type TreeValidator<TValue, TPathKind extends PathKind = PathKind.Root> = LogicFn<  TValue,  TreeValidationResult,  TPathKind>
    
    
Jump to details