跳到主要内容
版本:0.7.x

Collection

@agros/common / Collection

Interface: Collection

Table of contents

Properties

Properties

FactoryClass

FactoryClass: (...args: any[]) => AbstractCollection

Type declaration

new Collection(...args)

Parameters
NameType
...argsany[]

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>

Defined in

packages/agros-common/src/collection.ts:22