@wxn0brp/vql-client
Preparing search index...
vql
VQL_OP_Find
Interface VQL_OP_Find<T>
interface
VQL_OP_Find
<
T
=
any
>
{
collection
:
string
;
fields
?:
VQL_Fields
;
limit
?:
number
;
options
?:
DbFindOpts
<
T
>
;
search
?:
Search
<
T
>
;
searchOpts
?:
FindOpts
<
T
>
;
select
?:
VQL_Fields
;
}
Type Parameters
T
=
any
Index
Properties
collection
fields?
limit?
options?
search?
search
Opts?
select?
Properties
collection
collection
:
string
Optional
fields
fields
?:
VQL_Fields
Optional
limit
limit
?:
number
Optional
options
options
?:
DbFindOpts
<
T
>
Optional
search
search
?:
Search
<
T
>
Optional
search
Opts
searchOpts
?:
FindOpts
<
T
>
Optional
select
select
?:
VQL_Fields
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
fields
limit
options
search
search
Opts
select
@wxn0brp/vql-client
Loading...