Preparing search index...
The search index is not available
racer
racer
<internal>
QueryCtor
Interface QueryCtor
interface
QueryCtor
{
new QueryCtor
new
(
model
:
Model
<
unknown
>
,
collectionName
:
string
,
expression
:
any
,
options
:
QueryOptions
)
:
Query
<
{}
>
;
}
Index
Constructors
constructor
Constructors
constructor
new
Query
Ctor
(
model
,
collectionName
,
expression
,
options
)
:
Query
<
{}
>
Parameters
model
:
Model
<
unknown
>
collectionName
:
string
expression
:
any
options
:
QueryOptions
Returns
Query
<
{}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
racer
Loading...