Collection
@agros/common / Collection
Interface: Collection
Table of contents
Properties
Properties
FactoryClass
• FactoryClass: (...args
: any
[]) => AbstractCollection
Type declaration
• new Collection(...args
)
Parameters
Name | Type |
---|---|
...args | any [] |
Defined in
packages/agros-common/src/collection.ts:23
name
• name: string
Defined in
packages/agros-common/src/collection.ts:21
schema
• schema: Record
<string
, any
>