react-query-firebase / react-native/firestore / UseQueryConstraints
Type Alias: UseQueryConstraints<AppModelType>
ts
type UseQueryConstraints<AppModelType> = object;
Defined in: react-native/firestore/useQueryConstraints.ts:10
Type Parameters
AppModelType
AppModelType
extends AppModel
= AppModel
Properties
constraints
ts
constraints: NonFilterQueryConstraint<AppModelType>[];
Defined in: react-native/firestore/useQueryConstraints.ts:14
A list of constraints such as limit, order, offset.