Skip to main content
cngx-src documentation

ConstraintMetadata

Interface

projects/forms/field/form-field.token.ts

Import#

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

Description#

Constraint metadata passed to the extra hint formatter.

Index#

Instance Properties#

max#number | undefined
Readonly
maxLength#number | undefined
Readonly
min#number | undefined
Readonly
minLength#number | undefined
Readonly
patterns#unknown
Readonly
required#boolean
Readonly