Search
Preparing search index...
The search index is not available
ChatKitty JS SDK
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
ChatKitty JS SDK
ChatKittyPaginator
Class ChatKittyPaginator<I>
Type parameters
I
Hierarchy
ChatKittyPaginator
Index
Properties
items
Accessors
has
Next
Page
has
Prev
Page
Methods
next
Page
prev
Page
create
Instance
Properties
items
items
:
I
[]
Accessors
has
Next
Page
get
hasNextPage
(
)
:
boolean
Returns
boolean
has
Prev
Page
get
hasPrevPage
(
)
:
boolean
Returns
boolean
Methods
next
Page
next
Page
(
)
:
Promise
<
ChatKittyPaginator
<
I
>
>
Returns
Promise
<
ChatKittyPaginator
<
I
>
>
prev
Page
prev
Page
(
)
:
Promise
<
ChatKittyPaginator
<
I
>
>
Returns
Promise
<
ChatKittyPaginator
<
I
>
>
Static
create
Instance
create
Instance
<
I
>
(
request
:
CreatePaginatorRequest
<
I
>
)
:
Promise
<
ChatKittyPaginator
<
I
>
>
Type parameters
I
Parameters
request:
CreatePaginatorRequest
<
I
>
Returns
Promise
<
ChatKittyPaginator
<
I
>
>
Exports
Chat
Kitty
Paginator
items
has
Next
Page
has
Prev
Page
next
Page
prev
Page
create
Instance
Generated using
TypeDoc