Interface ModalSubmitInteractionCollectorOptions<Interaction>

Type Parameters

Hierarchy

  • Omit<InteractionCollectorOptions<Interaction>, "channel" | "message" | "guild" | "interactionType">
    • ModalSubmitInteractionCollectorOptions

Properties

componentType?: ComponentType
dispose?: boolean
filter?: CollectorFilter<[Interaction, Collection<string, Interaction>]>
idle?: number
interactionResponse?: InteractionResponse<boolean>
max?: number
maxComponents?: number
maxUsers?: number
time?: number

Generated using TypeDoc