isCrossFieldSchema
Detects if a SchemaApplicationConfig has a cross-field condition.
Presentation
function isCrossFieldSchema (
config: SchemaApplicationConfig ,
context?: CrossFieldDetectionContext | undefined,
): boolean;Returns
boolean -true if the schema condition references other fields
Parameters
| Name | Type | Description |
|---|---|---|
| config | | The schema application configuration to check |
| context | | Optional context providing function scope lookup |