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