• Overview
@angular/forms/signals

MarkAsTouchedOptions

interface

Options for the markAsTouched method.

API

    
      interface MarkAsTouchedOptions {  skipDescendants?: boolean | undefined;}
    
    

skipDescendants

boolean | undefined

If true, only marks the current field as touched. If false or not provided, marks the field and all its descendants as touched.

Jump to details