dynamic-forms / Interface

FormValueCondition

Deprecated

Use FieldValueCondition for specific field checks, or JavascriptCondition with an expression for complex form-level comparisons. Will be removed in a future minor version.

Condition that compares the entire form value against an expected value.

Properties

NameTypeDescription
operator
ComparisonOperator

Comparison operator

type
"formValue"
value
unknown

Value to compare against