@coasys/ad4m / Exports / ModelMetadata
Interface: ModelMetadata
Complete model metadata extracted from decorators.
Table of contents
Properties
Properties
className
• className: string
The model class name from
Model
Defined in
model/types.ts:177 (opens in a new tab)
properties
• properties: Record<string, PropertyMetadata>
Map of property name to metadata
Defined in
model/types.ts:179 (opens in a new tab)
relations
• relations: Record<string, RelationMetadata>
Map of relation name to metadata