CrossFieldLogicEntry
| Extends: | |
Cross-field logic entry. Represents a logic condition that references other fields and needs form-level evaluation.
Properties
| Name | Type | Description |
|---|---|---|
| category overrides | "logic" | The category of this cross-field entry |
| condition | | The original condition expression |
| config | | The full LogicConfig for reference |
| dependsOn inherited from | string[] | Field keys that this configuration depends on (extracted from expressions) |
| logicType | | The type of logic being controlled (hidden, disabled, readonly, required) |
| sourceFieldKey inherited from | string | The key of the field where this configuration was originally defined |