hipthrusts - v1.2.0
Preparing search index...
mongoose
FindScopedOptions
Interface FindScopedOptions<TKey>
interface
FindScopedOptions
<
TKey
extends
string
=
"scopedDocs"
>
{
docsKey
?:
TKey
;
lean
?:
boolean
;
limit
?:
number
;
projection
?:
string
|
Record
<
string
,
unknown
>
;
skip
?:
number
;
sort
?:
string
|
Record
<
string
,
SortOrder
>
;
}
Type Parameters
TKey
extends
string
=
"scopedDocs"
Hierarchy (
View Summary
)
ScopedQueryOptions
FindScopedOptions
Index
Properties
docs
Key?
lean?
limit?
projection?
skip?
sort?
Properties
Optional
docs
Key
docsKey
?:
TKey
Optional
lean
lean
?:
boolean
Optional
limit
limit
?:
number
Optional
projection
projection
?:
string
|
Record
<
string
,
unknown
>
Optional
skip
skip
?:
number
Optional
sort
sort
?:
string
|
Record
<
string
,
SortOrder
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
docs
Key
lean
limit
projection
skip
sort
hipthrusts - v1.2.0
Loading...