FieldValueCondition
Condition that compares a specific field's value against an expected value.
Properties
| Name | Type | Description |
|---|---|---|
| fieldPath | string | Path to the field whose value to compare |
| operator | | Comparison operator |
| type | "fieldValue" | |
| value | unknown | Value to compare against |