Preparing search index...
The search index is not available
Expression Language Reference
Expression Language Reference
core/importer/expr-contexts
QueryEventOpts
Interface QueryEventOpts
interface
QueryEventOpts
{
client_identifier
?:
string
;
columns
?:
string
[]
;
limit
?:
number
;
order
?:
string
[]
;
query
?:
Record
<
string
,
any
>
;
}
Index
Properties
client_
identifier?
columns?
limit?
order?
query?
Properties
Optional
client_
identifier
client_identifier
?:
string
Optional
columns
columns
?:
string
[]
Optional
limit
limit
?:
number
Optional
order
order
?:
string
[]
Optional
query
query
?:
Record
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
identifier
columns
limit
order
query
Expression Language Reference
Loading...