Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-pagination
BasePaginationEvents
Interface BasePaginationEvents<Collected>
interface
BasePaginationEvents
<
Collected
>
{
collect
:
[
collected
:
Collected
]
;
end
:
[
reason
:
string
]
;
error
:
[
error
:
unknown
]
;
pageChange
:
[
page
:
PageData
,
index
:
number
]
;
ready
:
[
]
;
}
Type Parameters
Collected
Hierarchy (
view full
)
BasePaginationEvents
ButtonPaginationEvents
ReactionPaginationEvents
Index
Properties
collect
end
error
page
Change
ready
Properties
collect
collect
:
[
collected
:
Collected
]
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
end
error
page
Change
ready
Discord.js Utilities
Loading...