React Native Firebase
GitHub
npm
Preparing search index...
@react-native-firebase/firestore
modular
QueryLimitConstraint
Class QueryLimitConstraint
Hierarchy
QueryConstraintBase
QueryLimitConstraint
Index
Constructors
constructor
Methods
_
apply
Properties
type
Constructors
constructor
new
QueryLimitConstraint
(
type
:
"limit"
|
"limitToLast"
,
limitValue
:
number
,
)
:
QueryLimitConstraint
Parameters
type
:
"limit"
|
"limitToLast"
limitValue
:
number
Returns
QueryLimitConstraint
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
:
"limit"
|
"limitToLast"
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...