Skip to main content
cngx-src documentation

FormErrorItem

Interface

projects/forms/field/form-errors.component.ts

Import#

import { FormErrorItem } from '@cngx/forms/field'

Description#

A single error item in the form-level summary.

Index#

Instance Properties#

fieldName#string

The field name (from FieldState.name()).

Focus the invalid field's control.

Error kind (e.g. 'required').

message#string

Resolved error message.