API Reference
interfaces
Modelmetadata

@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 Options

Defined in

model/Ad4mModel.ts:122 (opens in a new tab)


collections

collections: Record<string, CollectionMetadata>

Map of collection name to metadata

Defined in

model/Ad4mModel.ts:126 (opens in a new tab)


properties

properties: Record<string, PropertyMetadata>

Map of property name to metadata

Defined in

model/Ad4mModel.ts:124 (opens in a new tab)