Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-pagination
BasePaginationOptions
Interface BasePaginationOptions
interface
BasePaginationOptions
{
additionalActionRows
:
(
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentData
|
MessageActionRowComponentBuilder
>
)
[]
;
authorDependent
:
boolean
;
authorId
:
null
|
UserResolvable
;
collectorOptions
:
unknown
;
componentsOrder
:
PaginationComponentsOrder
;
endTimer
:
null
|
number
;
pages
:
PageResolvable
[]
;
singlePageNoControllers
:
boolean
;
}
Hierarchy (
view full
)
BasePaginationOptions
ButtonPaginationOptions
ReactionPaginationOptions
Implemented by
BasePaginationBuilder
Index
Properties
additional
Action
Rows
author
Dependent
author
Id
collector
Options
components
Order
end
Timer
pages
single
Page
No
Controllers
Properties
additional
Action
Rows
additional
Action
Rows
:
(
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentData
|
MessageActionRowComponentBuilder
>
)
[]
author
Dependent
author
Dependent
:
boolean
author
Id
author
Id
:
null
|
UserResolvable
collector
Options
collector
Options
:
unknown
components
Order
components
Order
:
PaginationComponentsOrder
end
Timer
end
Timer
:
null
|
number
pages
pages
:
PageResolvable
[]
single
Page
No
Controllers
single
Page
No
Controllers
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
additional
Action
Rows
author
Dependent
author
Id
collector
Options
components
Order
end
Timer
pages
single
Page
No
Controllers
Discord.js Utilities
Loading...