FormValueCondition
DeprecatedUse
for specific field checks, orFieldValueCondition with an expression for complex form-level comparisons. Will be removed in a future minor version.JavascriptCondition
Condition that compares the entire form value against an expected value.
Properties
| Name | Type | Description |
|---|---|---|
| operator | | Comparison operator |
| type | "formValue" | |
| value | unknown | Value to compare against |