Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
InteractionCollectorOptions
Interface InteractionCollectorOptions<Interaction, Cached>
interface
InteractionCollectorOptions
<
Interaction
extends
CollectedInteraction
,
Cached
extends
CacheType
=
CacheType
,
>
{
channel
?:
TextBasedChannelResolvable
;
componentType
?:
ComponentType
;
dispose
?:
boolean
;
filter
?:
CollectorFilter
<
[
Interaction
,
Collection
<
string
,
Interaction
>
]
>
;
guild
?:
GuildResolvable
;
idle
?:
number
;
interactionResponse
?:
InteractionResponse
<
BooleanCache
<
Cached
>
>
;
interactionType
?:
InteractionType
;
max
?:
number
;
maxComponents
?:
number
;
maxUsers
?:
number
;
message
?:
CacheTypeReducer
<
Cached
,
Message
<
boolean
>
,
APIMessage
,
APIMessage
|
Message
<
boolean
>
,
null
|
APIMessage
|
Message
<
boolean
>
,
>
;
time
?:
number
;
}
Type Parameters
Interaction
extends
CollectedInteraction
Cached
extends
CacheType
=
CacheType
Hierarchy (
View Summary
)
CollectorOptions
<
[
Interaction
,
Collection
<
Snowflake
,
Interaction
>
]
>
InteractionCollectorOptions
Index
Properties
channel?
component
Type?
dispose?
filter?
guild?
idle?
interaction
Response?
interaction
Type?
max?
max
Components?
max
Users?
message?
time?
Properties
Optional
channel
channel
?:
TextBasedChannelResolvable
Optional
component
Type
componentType
?:
ComponentType
Optional
dispose
dispose
?:
boolean
Optional
filter
filter
?:
CollectorFilter
<
[
Interaction
,
Collection
<
string
,
Interaction
>
]
>
Optional
guild
guild
?:
GuildResolvable
Optional
idle
idle
?:
number
Optional
interaction
Response
interactionResponse
?:
InteractionResponse
<
BooleanCache
<
Cached
>
>
Optional
interaction
Type
interactionType
?:
InteractionType
Optional
max
max
?:
number
Optional
max
Components
maxComponents
?:
number
Optional
max
Users
maxUsers
?:
number
Optional
message
message
?:
CacheTypeReducer
<
Cached
,
Message
<
boolean
>
,
APIMessage
,
APIMessage
|
Message
<
boolean
>
,
null
|
APIMessage
|
Message
<
boolean
>
,
>
Optional
time
time
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
component
Type
dispose
filter
guild
idle
interaction
Response
interaction
Type
max
max
Components
max
Users
message
time
discord-js-button-pagination-ts
Loading...