Rule<T, K, VT>
type Rule<T, K, VT> =
| DistributedRule<T, K, VT>
| GenericRule<T, K, VT>
| DynamicRuleForKey<K>;
Defined in: packages/rxdb/src/repository/query.interface.ts:116
查询规则
Type Parameters
| Type Parameter | Default type |
|---|---|
T | EntityData |
K extends StringKey<T> | StringKey<T> |
VT | RuleValueDefault |