Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
ModalSubmitInteractionCollectorOptions
Interface ModalSubmitInteractionCollectorOptions<Interaction>
Construct a type with the properties of T except for those in type K.
interface
ModalSubmitInteractionCollectorOptions
<
Interaction
extends
ModalSubmitInteraction
,
>
{
componentType
?:
ComponentType
;
dispose
?:
boolean
;
filter
?:
CollectorFilter
<
[
Interaction
,
Collection
<
string
,
Interaction
>
]
>
;
idle
?:
number
;
interactionResponse
?:
InteractionResponse
<
boolean
>
;
max
?:
number
;
maxComponents
?:
number
;
maxUsers
?:
number
;
time
?:
number
;
}
Type Parameters
Interaction
extends
ModalSubmitInteraction
Hierarchy (
View Summary
)
Omit
<
InteractionCollectorOptions
<
Interaction
>
,
"channel"
|
"message"
|
"guild"
|
"interactionType"
,
>
ModalSubmitInteractionCollectorOptions
Index
Properties
component
Type?
dispose?
filter?
idle?
interaction
Response?
max?
max
Components?
max
Users?
time?
Properties
Optional
component
Type
componentType
?:
ComponentType
Optional
dispose
dispose
?:
boolean
Optional
filter
filter
?:
CollectorFilter
<
[
Interaction
,
Collection
<
string
,
Interaction
>
]
>
Optional
idle
idle
?:
number
Optional
interaction
Response
interactionResponse
?:
InteractionResponse
<
boolean
>
Optional
max
max
?:
number
Optional
max
Components
maxComponents
?:
number
Optional
max
Users
maxUsers
?:
number
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
max
max
Components
max
Users
time
discord-js-button-pagination-ts
Loading...
Construct a type with the properties of T except for those in type K.