CrossFieldSchemaEntry
| Extends: | |
Cross-field schema entry. Represents a schema application condition that references other fields.
Properties
| Name | Type | Description |
|---|---|---|
| category overrides | "schema" | The category of this cross-field entry |
| condition | | The condition that determines when the schema applies |
| config | | The original schema application configuration |
| dependsOn inherited from | string[] | Field keys that this configuration depends on (extracted from expressions) |
| sourceFieldKey inherited from | string | The key of the field where this configuration was originally defined |