ISPO SDK
ISPO
Preparing search index...
core
EntityQuery
Interface EntityQuery
Markdown
Copy Markdown
interface
EntityQuery
{
cursor
?:
string
|
null
;
includeDeleted
?:
boolean
;
limit
?:
number
;
orderBy
?:
|
{
direction
?:
"asc"
|
"desc"
;
field
:
string
}
|
{
direction
?:
"asc"
|
"desc"
;
field
:
string
}
[]
;
where
?:
EntityWhere
;
}
Index
Properties
cursor?
include
Deleted?
limit?
order
By?
where?
Properties
Optional
cursor
cursor
?:
string
|
null
Optional
include
Deleted
includeDeleted
?:
boolean
Optional
limit
limit
?:
number
Optional
order
By
orderBy
?:
|
{
direction
?:
"asc"
|
"desc"
;
field
:
string
}
|
{
direction
?:
"asc"
|
"desc"
;
field
:
string
}
[]
Optional
where
where
?:
EntityWhere
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cursor
include
Deleted
limit
order
By
where
ISPO
ISPO SDK
Loading...