• Overview
@angular/forms/signals

SchemaFn

Type Alias

Function that defines rules for a schema.

API

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