@wxn0brp/db-core
Preparing search index...
types/query
VQuery
Interface VQuery<T>
interface
VQuery
<
T
=
Data
>
{
add_arg
?:
Arg
<
T
>
;
collection
?:
string
;
context
?:
VContext
;
control
?:
VQuery_Control
;
data
?:
Arg
<
T
>
;
dbFindOpts
?:
DbFindOpts
<
T
>
;
findOpts
?:
FindOpts
<
T
>
;
id_gen
?:
boolean
;
search
?:
Search
<
T
>
;
updater
?:
Updater
<
T
>
;
}
Type Parameters
T
=
Data
Index
Properties
add_
arg?
collection?
context?
control?
data?
db
Find
Opts?
find
Opts?
id_
gen?
search?
updater?
Properties
Optional
add_
arg
add_arg
?:
Arg
<
T
>
Optional
collection
collection
?:
string
Optional
context
context
?:
VContext
Optional
control
control
?:
VQuery_Control
Optional
data
data
?:
Arg
<
T
>
Optional
db
Find
Opts
dbFindOpts
?:
DbFindOpts
<
T
>
Optional
find
Opts
findOpts
?:
FindOpts
<
T
>
Optional
id_
gen
id_gen
?:
boolean
Optional
search
search
?:
Search
<
T
>
Optional
updater
updater
?:
Updater
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add_
arg
collection
context
control
data
db
Find
Opts
find
Opts
id_
gen
search
updater
@wxn0brp/db-core
Loading...