Zamok Kiosk API
Preparing search index...
module-common-logs/lib/reducers
LogPages
Interface LogPages<T>
interface
LogPages
<
T
=
unknown
>
{
canGoBack
:
boolean
;
canGoNext
:
boolean
;
limit
:
number
;
page
:
null
|
LoadedLog
<
T
>
[]
;
pageNo
:
number
;
pages
:
LoadedLog
<
T
>
[]
[]
;
}
Type Parameters
T
=
unknown
Index
Properties
can
Go
Back
can
Go
Next
limit
page
page
No
pages
Properties
can
Go
Back
canGoBack
:
boolean
can
Go
Next
canGoNext
:
boolean
limit
limit
:
number
page
page
:
null
|
LoadedLog
<
T
>
[]
page
No
pageNo
:
number
pages
pages
:
LoadedLog
<
T
>
[]
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
can
Go
Back
can
Go
Next
limit
page
page
No
pages
Zamok Kiosk API
Loading...