Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-pagination
ButtonPaginationEvents
Interface ButtonPaginationEvents
interface
ButtonPaginationEvents
{
collect
:
[
collected
:
MessageComponentInteraction
<
CacheType
>
]
;
controllerInteractionCreate
:
[
interaction
:
ButtonInteraction
<
CacheType
>
,
controller
:
ButtonPaginationController
]
;
end
:
[
reason
:
string
]
;
error
:
[
error
:
unknown
]
;
pageChange
:
[
page
:
PageData
,
index
:
number
]
;
ready
:
[
]
;
}
Hierarchy (
view full
)
BasePaginationEvents
<
MessageComponentInteraction
>
ButtonPaginationEvents
Index
Properties
collect
controller
Interaction
Create
end
error
page
Change
ready
Properties
collect
collect
:
[
collected
:
MessageComponentInteraction
<
CacheType
>
]
controller
Interaction
Create
controller
Interaction
Create
:
[
interaction
:
ButtonInteraction
<
CacheType
>
,
controller
:
ButtonPaginationController
]
end
end
:
[
reason
:
string
]
error
error
:
[
error
:
unknown
]
page
Change
page
Change
:
[
page
:
PageData
,
index
:
number
]
ready
ready
:
[
]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
collect
controller
Interaction
Create
end
error
page
Change
ready
Discord.js Utilities
Loading...