Type
FormFieldStateMap
@ng-forge/dynamic-forms
Map of field keys to their state information.
Used as formFieldState in evaluation contexts to access
state of any field in the form by key.
@public
Signature
type FormFieldStateMap = Record<string, FieldStateInfo | undefined>;packages/dynamic-forms/src/lib/models/expressions/field-state-context.ts:48