跳到主要内容

EntityType<StaticTypes, Instance>

type EntityType<StaticTypes, Instance> = IEntityStaticType<StaticTypes> & (...args) => Instance;

Defined in: packages/rxdb/src/entity/entity.interface.ts:68

实体类型 表示可实例化的实体构造函数类型

Type Parameters

Type ParameterDefault type
StaticTypes extends objectobject
Instance extends objectobject