Zamok Kiosk API
Preparing search index...
module-common-logs/lib/actions
PaginatePayload
Interface PaginatePayload
interface
PaginatePayload
{
limit
:
number
;
orderBy
:
{
nextStartAt
:
(
lastLog
:
LoadedLog
)
=>
any
;
query
:
{
direction
:
"desc"
|
"asc"
;
field
:
string
}
;
}
;
statePath
?:
string
;
type
:
string
;
where
?:
{
field
:
string
;
opStr
:
WhereFilterOp
;
value
:
any
}
[]
;
}
Index
Properties
limit
order
By
state
Path?
type
where?
Properties
limit
limit
:
number
order
By
orderBy
:
{
nextStartAt
:
(
lastLog
:
LoadedLog
)
=>
any
;
query
:
{
direction
:
"desc"
|
"asc"
;
field
:
string
}
;
}
Optional
state
Path
statePath
?:
string
type
type
:
string
Optional
where
where
?:
{
field
:
string
;
opStr
:
WhereFilterOp
;
value
:
any
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
order
By
state
Path
type
where
Zamok Kiosk API
Loading...