• Overview
@angular/forms/signals

SchemaFn

Type Alias

Function that defines rules for a schema.

API

    
      type SchemaFn<TValue, TPathKind extends PathKind = PathKind.Root> = (  p: FieldPath<TValue, TPathKind>,) => void
    
    
Jump to details