• Overview
@angular/forms/signals

PathKind

Type Alias

The kind of FieldPath (Root, Child of another FieldPath, or Item in a FieldPath array)

API

    
      type PathKind = PathKind.Root | PathKind.Child | PathKind.Item
    
    

Root

The PathKind for a FieldPath that is at the root of its field tree.

Child

The PathKind for a FieldPath that is a child of another FieldPath.

Item

The PathKind for a FieldPath that is an item in a FieldPath array.

Jump to details