Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
AwaitMessageCollectorOptionsParams
Interface AwaitMessageCollectorOptionsParams<ComponentType, Cached>
From T, pick a set of properties whose keys are in the union K
interface
AwaitMessageCollectorOptionsParams
<
ComponentType
extends
MessageComponentType
,
Cached
extends
boolean
=
boolean
,
>
{
componentType
?:
ComponentType
;
dispose
?:
boolean
;
filter
?:
CollectorFilter
<
[
MappedInteractionTypes
<
Cached
>
[
ComponentType
]
,
Collection
<
string
,
MappedInteractionTypes
<
Cached
>
[
ComponentType
]
>
,
]
,
>
;
idle
?:
number
;
interactionResponse
?:
InteractionResponse
<
boolean
>
;
time
?:
number
;
}
Type Parameters
ComponentType
extends
MessageComponentType
Cached
extends
boolean
=
boolean
Hierarchy (
View Summary
)
Pick
<
InteractionCollectorOptions
<
MappedInteractionTypes
<
Cached
>
[
ComponentType
]
,
>
,
keyof
AwaitMessageComponentOptions
<
any
>
,
>
AwaitMessageCollectorOptionsParams
Index
Properties
component
Type?
dispose?
filter?
idle?
interaction
Response?
time?
Properties
Optional
component
Type
componentType
?:
ComponentType
Optional
dispose
dispose
?:
boolean
Optional
filter
filter
?:
CollectorFilter
<
[
MappedInteractionTypes
<
Cached
>
[
ComponentType
]
,
Collection
<
string
,
MappedInteractionTypes
<
Cached
>
[
ComponentType
]
>
,
]
,
>
Optional
idle
idle
?:
number
Optional
interaction
Response
interactionResponse
?:
InteractionResponse
<
boolean
>
Optional
time
time
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
Type
dispose
filter
idle
interaction
Response
time
discord-js-button-pagination-ts
Loading...
From T, pick a set of properties whose keys are in the union K