ng-forgeDynamic Forms
Installation Quick Start
Material Design PREVIEW Bootstrap PREVIEW PrimeNG PREVIEW Ionic PREVIEW
Field Types
Basics Reference Advanced Custom Validators
Conditional Logic Derivation Internationalization (i18n) Form Submission
Form Rows Form Groups Form Pages
Simplified API Complete API
Text Components Hidden Fields
Overview Angular Schema Zod Validation
Type Safety Events Expression Parser Security Custom Integrations Value Exclusion
AI Integration (MCP) API Reference
dynamic-forms / Interface

FieldValueCondition

Condition that compares a specific field's value against an expected value.

Properties

NameTypeDescription
fieldPath
string

Path to the field whose value to compare

operator
ComparisonOperator

Comparison operator

type
"fieldValue"
value
unknown

Value to compare against

  • Properties