Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-pagination
ReactionPaginationOptions
Interface ReactionPaginationOptions
interface
ReactionPaginationOptions
{
additionalActionRows
:
(
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentData
|
MessageActionRowComponentBuilder
>
)
[]
;
authorDependent
:
boolean
;
authorId
:
null
|
UserResolvable
;
collectorOptions
:
Omit
<
ReactionCollectorOptions
,
"time"
>
;
componentsOrder
:
PaginationComponentsOrderWithoutControllers
;
endTimer
:
null
|
number
;
onEnd
:
"Ignore"
|
"DeletePagination"
|
ReactionPaginationOnEnd
|
"ClearAllReactions"
|
"ClearPaginationReactions"
;
pages
:
PageResolvable
[]
;
reactions
:
(
ReactionPaginationReactionController
|
ReactionPaginationReactionControllerResolvable
)
[]
;
removeReactionOnReact
:
boolean
;
singlePageNoControllers
:
boolean
;
}
Hierarchy (
view full
)
BasePaginationOptions
ReactionPaginationOptions
Implemented by
ReactionPaginationBuilder
Index
Properties
additional
Action
Rows
author
Dependent
author
Id
collector
Options
components
Order
end
Timer
on
End
pages
reactions
remove
Reaction
On
React
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
:
Omit
<
ReactionCollectorOptions
,
"time"
>
components
Order
components
Order
:
PaginationComponentsOrderWithoutControllers
end
Timer
end
Timer
:
null
|
number
on
End
on
End
:
"Ignore"
|
"DeletePagination"
|
ReactionPaginationOnEnd
|
"ClearAllReactions"
|
"ClearPaginationReactions"
pages
pages
:
PageResolvable
[]
reactions
reactions
:
(
ReactionPaginationReactionController
|
ReactionPaginationReactionControllerResolvable
)
[]
remove
Reaction
On
React
remove
Reaction
On
React
:
boolean
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
on
End
pages
reactions
remove
Reaction
On
React
single
Page
No
Controllers
Discord.js Utilities
Loading...