@coasys/ad4m / Exports / CollectionMetadata
Interface: CollectionMetadata
Metadata for a single collection extracted from decorators.
Table of contents
Properties
Properties
local
• Optional local: boolean
Whether stored locally only
Defined in
model/Ad4mModel.ts:114 (opens in a new tab)
name
• name: string
The collection name
Defined in
model/Ad4mModel.ts:108 (opens in a new tab)
predicate
• predicate: string
The predicate URI (through value)
Defined in
model/Ad4mModel.ts:110 (opens in a new tab)
where
• Optional where: Object
Filter conditions
Type declaration
| Name | Type |
|---|---|
condition? | string |
isInstance? | any |