Expression Language Reference
Preparing search index...
importer/expr-contexts
QueryEntityOpts
Interface QueryEntityOpts
Generic base for query operations
interface
QueryEntityOpts
{
client_identifier
?:
string
;
columns
?:
string
[]
;
limit
?:
number
;
offset
?:
number
;
order
?:
string
[]
;
}
Hierarchy (
View Summary
)
QueryObjectBase
QueryEntityOpts
Index
Properties
client_
identifier?
columns?
limit?
offset?
order?
Properties
Optional
client_
identifier
client_identifier
?:
string
Optional
columns
columns
?:
string
[]
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
order
order
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
identifier
columns
limit
offset
order
Expression Language Reference
Loading...
Generic base for query operations