React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
modular
QueryStartAtConstraint
Class QueryStartAtConstraint
Hierarchy
QueryConstraintBase
QueryStartAtConstraint
Index
Constructors
constructor
Methods
_
apply
Properties
type
Constructors
constructor
new
QueryStartAtConstraint
(
type
:
"startAt"
|
"startAfter"
,
...
docOrFields
:
unknown
[]
,
)
:
QueryStartAtConstraint
Parameters
type
:
"startAt"
|
"startAfter"
...
docOrFields
:
unknown
[]
Returns
QueryStartAtConstraint
Methods
_
apply
_apply
<
AppModelType
=
DocumentData
,
DbModelType
extends
DocumentData
=
DocumentData
,
>
(
query
:
Query
<
AppModelType
,
DbModelType
>
,
)
:
Query
<
AppModelType
,
DbModelType
>
Type Parameters
AppModelType
=
DocumentData
DbModelType
extends
DocumentData
=
DocumentData
Parameters
query
:
Query
<
AppModelType
,
DbModelType
>
Returns
Query
<
AppModelType
,
DbModelType
>
Properties
Readonly
type
type
:
"startAt"
|
"startAfter"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
_
apply
Properties
type
Documentation
GitHub
npm
React Native Firebase
Loading...