Zamok Kiosk API
Preparing search index...
module-common-logs/lib/actions
LoadPayload
Interface LoadPayload
interface
LoadPayload
{
additionalFiltration
?:
<
T
>
(
snapshots
:
LoadedLog
<
T
>
[]
)
=>
LoadedLog
<
T
>
[]
;
from
?:
number
|
Date
;
limit
?:
number
;
orderBy
?:
{
direction
:
"desc"
|
"asc"
;
field
:
string
}
;
preloadNextPage
?:
true
;
preserveDates
?:
true
;
startAt
?:
any
;
statePath
?:
string
;
to
?:
number
|
Date
;
type
:
string
;
where
?:
FilterWhere
[]
;
}
Index
Properties
additional
Filtration?
from?
limit?
order
By?
preload
Next
Page?
preserve
Dates?
start
At?
state
Path?
to?
type
where?
Properties
Optional
additional
Filtration
additionalFiltration
?:
<
T
>
(
snapshots
:
LoadedLog
<
T
>
[]
)
=>
LoadedLog
<
T
>
[]
Optional
from
from
?:
number
|
Date
Optional
limit
limit
?:
number
Optional
order
By
orderBy
?:
{
direction
:
"desc"
|
"asc"
;
field
:
string
}
Optional
preload
Next
Page
preloadNextPage
?:
true
Optional
preserve
Dates
preserveDates
?:
true
Optional
start
At
startAt
?:
any
Optional
state
Path
statePath
?:
string
Optional
to
to
?:
number
|
Date
type
type
:
string
Optional
where
where
?:
FilterWhere
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Filtration
from
limit
order
By
preload
Next
Page
preserve
Dates
start
At
state
Path
to
type
where
Zamok Kiosk API
Loading...