跳到主要内容

FindOneOrFailOptions<T, U, W>

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

FindOneOrFail 查询选项

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:40


where

where: U;

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