Framework
CascadeContext
Interface: CascadeContext
Context for cascade operations.
Properties
| Property | Type | Description |
|---|---|---|
getJunctionModels? | () => string[] | Function to find registered junction models. |
getModel | (name: string) => unknown | Function to get a model instance by name. |
getSchema | (name: string) => NormalizedSchema | Function to get a model's schema by name. |
