Preparing search index...
The search index is not available
Discord.js Utilities
Discord.js Utilities
@thenorthsolution/djs-pagination
ButtonPaginationOptions
Interface ButtonPaginationOptions
interface
ButtonPaginationOptions
{
additionalActionRows
:
(
APIActionRowComponent
<
APIMessageActionRowComponent
>
|
JSONEncodable
<
APIActionRowComponent
<
APIMessageActionRowComponent
>
>
|
ActionRowData
<
MessageActionRowComponentData
|
MessageActionRowComponentBuilder
>
)
[]
;
authorDependent
:
boolean
;
authorId
:
null
|
UserResolvable
;
buttons
:
ButtonPaginationControllerResolavable
[]
;
collectorOptions
:
Omit
<
MessageCollectorOptionsParams
<
MessageComponentType
,
boolean
>
,
"time"
>
;
componentsOrder
:
PaginationComponentsOrder
;
deferUpdateControllerInteraction
:
boolean
;
endTimer
:
null
|
number
;
ephemeral
:
boolean
;
onEnd
:
ButtonPaginationOnEnd
|
"Ignore"
|
"RemoveComponents"
|
"DisableComponents"
|
"DeletePagination"
;
pages
:
PageResolvable
[]
;
singlePageNoControllers
:
boolean
;
}
Hierarchy (
view full
)
BasePaginationOptions
ButtonPaginationOptions
Implemented by
ButtonPaginationBuilder
Index
Properties
additional
Action
Rows
author
Dependent
author
Id
buttons
collector
Options
components
Order
defer
Update
Controller
Interaction
end
Timer
ephemeral
on
End
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
buttons
buttons
:
ButtonPaginationControllerResolavable
[]
collector
Options
collector
Options
:
Omit
<
MessageCollectorOptionsParams
<
MessageComponentType
,
boolean
>
,
"time"
>
components
Order
components
Order
:
PaginationComponentsOrder
defer
Update
Controller
Interaction
defer
Update
Controller
Interaction
:
boolean
end
Timer
end
Timer
:
null
|
number
ephemeral
ephemeral
:
boolean
on
End
on
End
:
ButtonPaginationOnEnd
|
"Ignore"
|
"RemoveComponents"
|
"DisableComponents"
|
"DeletePagination"
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
buttons
collector
Options
components
Order
defer
Update
Controller
Interaction
end
Timer
ephemeral
on
End
pages
single
Page
No
Controllers
Discord.js Utilities
Loading...