@coasys/ad4m / Exports / Ad4mModelLike
Interface: Ad4mModelLike
Interface for any class that looks like an Ad4mModel (used in circular-ref-safe typings).
Table of contents
Constructors
Properties
Constructors
constructor
• new Ad4mModelLike(...args)
Parameters
| Name | Type |
|---|---|
...args | any[] |
Defined in
model/decorators.ts:129 (opens in a new tab)
Properties
className
• Optional className: string
Defined in
model/decorators.ts:130 (opens in a new tab)
generateSDNA
• Optional generateSDNA: () => any
Type declaration
▸ (): any
Returns
any
Defined in
model/decorators.ts:131 (opens in a new tab)
generateSHACL
• Optional generateSHACL: () => any
Type declaration
▸ (): any
Returns
any