• Overview
@angular/forms/signals

TreeValidationResult

Type Alias

The result of running a tree validation function.

API

Description

The result of running a tree validation function.

The result may be one of the following:

  1. A ValidationSuccess to indicate no errors.
  2. A ValidationError without a field to indicate an error on the field being validated.
  3. A ValidationError with a field to indicate an error on the target field.
  4. A list of ValidationError with or without fields to indicate multiple errors.
Jump to details