跳到主要内容

FindOneOptions<T, U, W>

Defined in: packages/rxdb/src/repository/query-options.interface.ts:22

FindOne 查询选项

Type Parameters

Type ParameterDefault type
T extends EntityTypeEntityType
URuleGroup<InstanceType<T>>
W extends stringstring

Properties

orderBy?

optional orderBy: OrderBy<W>[];

Defined in: packages/rxdb/src/repository/query-options.interface.ts:28


where

where: U;

Defined in: packages/rxdb/src/repository/query-options.interface.ts:27