CrossFieldLogicResult
Result of cross-field logic evaluation. Maps source field keys to their logic states.
Properties
| Name | Type | Description |
|---|---|---|
| hasChanges | boolean | Whether any logic state changed from previous evaluation |
| states | Map<string, boolean> | Map of "fieldKey:logicType" to boolean state |